Interface Functions.Function5<T1,T2,T3,T4,T5,R>

All Superinterfaces:
Function<List<Object>,R>
Enclosing class:
Functions
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 Functions.Function5<T1,T2,T3,T4,T5,R> extends Function<List<Object>,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    default R
    apply(List<Object> objects)
     
    apply(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5)
     

    Methods inherited from interface java.util.function.Function

    andThen, compose