Package org.apache.poi.ss.util
Interface SheetUtil.Function5Arity<A,B,C,D,E,R>
-
- Type Parameters:
A- the type of the first input to the functionB- the type of the second input to the functionC- the type of the third input to the functionD- the type of the fourth input to the functionE- the type of the fifth input to the functionR- the return type of the function
- Enclosing class:
- SheetUtil
- 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 static interface SheetUtil.Function5Arity<A,B,C,D,E,R>A function with 5 inputs and a return value.- Since:
- POI 5.4.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(A a, B b, C c, D d, E e)
-