See: Description
Interface | Description |
---|---|
Function<T,V> |
Function is a one-argument lambda which performs a transformation on the object of type
T
passed to the valueOf() method. |
Function0<R> |
Function0 is a zero argument lambda.
|
Function2<T1,T2,R> |
A Function2 is used by injectInto() methods.
|
Function3<T1,T2,T3,R> |
A Function3 is used by injectIntoWith().
|
A Function is a lambda which performs a transformation on the object that is passed to it.
Copyright © 2004–2016. All rights reserved.