FunctionVariants
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Concrete 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
A version of function that generates functions that accept two parameters.
A version of function that generates functions that accept two parameters.
Attributes
A version of function that generates functions that accept three parameters.
A version of function that generates functions that accept three parameters.
Attributes
A version of function that generates functions that accept four parameters.
A version of function that generates functions that accept four parameters.
Attributes
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
A version of functionWith that generates functions that accept two parameters.
A version of functionWith that generates functions that accept two parameters.
Attributes
A version of functionWith that generates functions that accept three parameters.
A version of functionWith that generates functions that accept three parameters.
Attributes
A version of functionWith that generates functions that accept four parameters.
A version of functionWith that generates functions that accept four parameters.