Interface PartialFunctionApplication.TredecupleFunction<T,U,V,W,X,Y,Z,T2,U2,V2,W2,X2,Y2,Z2>

Enclosing class:
PartialFunctionApplication
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 PartialFunctionApplication.TredecupleFunction<T,U,V,W,X,Y,Z,T2,U2,V2,W2,X2,Y2,Z2>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t, U u, V v, W w, X x, Y y, Z z, T2 t2, U2 u2, V2 v2, W2 w2, X2 x2, Y2 y2)
     
  • Method Details

    • apply

      Z2 apply(T t, U u, V v, W w, X x, Y y, Z z, T2 t2, U2 u2, V2 v2, W2 w2, X2 x2, Y2 y2)