Interface PartialFunctionApplication.OctubleFunction<T,U,V,W,X,Y,Z,T2,U2>

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.OctubleFunction<T,U,V,W,X,Y,Z,T2,U2>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t, U u, V v, W w, X x, Y y, Z z, T2 t2)
     
  • Method Details

    • apply

      U2 apply(T t, U u, V v, W w, X x, Y y, Z z, T2 t2)