Attributes
Members list
Value members
Inherited methods
Constructs a generator of functions from A to B given a generator of B values. Two A values will be considered to be equal, and thus will be guaranteed to generate the same B value, if they have the same hashCode.
Constructs a generator of functions from A to B given a generator of B values. Two A values will be considered to be equal, and thus will be guaranteed to generate the same B value, if they have the same hashCode.
Attributes
- Inherited from:
- FunctionVariants
A version of function that generates functions that accept two parameters.
A version of function that generates functions that accept two parameters.
Attributes
- Inherited from:
- FunctionVariants
A version of function that generates functions that accept three parameters.
A version of function that generates functions that accept three parameters.
Attributes
- Inherited from:
- FunctionVariants
A version of function that generates functions that accept four parameters.
A version of function that generates functions that accept four parameters.
Attributes
- Inherited from:
- FunctionVariants
Constructs a generator of functions from A to B given a generator of B values and a hashing function for A values. Two A values will be considered to be equal, and thus will be guaranteed to generate the same B value, if they have have the same hash. This is useful when A does not implement hashCode in a way that is consistent with equality.
Constructs a generator of functions from A to B given a generator of B values and a hashing function for A values. Two A values will be considered to be equal, and thus will be guaranteed to generate the same B value, if they have have the same hash. This is useful when A does not implement hashCode in a way that is consistent with equality.
Attributes
- Inherited from:
- FunctionVariants
A version of functionWith that generates functions that accept two parameters.
A version of functionWith that generates functions that accept two parameters.
Attributes
- Inherited from:
- FunctionVariants
A version of functionWith that generates functions that accept three parameters.
A version of functionWith that generates functions that accept three parameters.
Attributes
- Inherited from:
- FunctionVariants
A version of functionWith that generates functions that accept four parameters.
A version of functionWith that generates functions that accept four parameters.
Attributes
- Inherited from:
- FunctionVariants