Package-level declarations

Types

Link copied to clipboard
interface Function<I1, O>
Function to create an output from two inputs.
Link copied to clipboard
interface Function2<I1, I2, O>
Function to create an output from two inputs.