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
,B
andC
toD
.- Parameters:
a
- TheA
to transform.b
- TheB
to transform.c
- TheC
to transform.- Returns:
- The result of the transformation.
-