Package fj
Interface F3<A,B,C,D>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A transformation function of arity-3 from
A, B and C to
D.-
Method Summary
-
Method Details
-
f
TransformA,BandCtoD.- Parameters:
a- TheAto transform.b- TheBto transform.c- TheCto transform.- Returns:
- The result of the transformation.
-