- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CheckedFunction2
public interface Function2<T1,T2,R>
extends Serializable
A Function2 is used by injectInto() methods. It takes the injected argument as the first argument, and the
current item of the collection as the second argument, for the first item in the collection. The result of each
subsequent iteration is passed in as the first argument.
- Since:
- 1.0