Package fj
Interface F5<A,B,C,D,E,F$>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface F5<A,B,C,D,E,F$>
A transformation function of arity-5 fromA
,B
,C
,D
andE
toF$
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description F$
f(A a, B b, C c, D d, E e)
TransformA
,B
,C
,D
andE
toF$
.
-