Interface Function10<A,B,C,D,E,F,G,H,I,J,R>

All Superinterfaces:
Serializable
All Known Implementing Classes:
Function10.Impl

public interface Function10<A,B,C,D,E,F,G,H,I,J,R> extends Serializable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j)
     
  • Method Details

    • apply

      R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j)