Interface Function6<A,​B,​C,​D,​E,​F,​R>

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    Function6.Impl

    public interface Function6<A,​B,​C,​D,​E,​F,​R>
    extends java.io.Serializable
    • Method Detail

      • apply

        R apply​(A a,
                B b,
                C c,
                D d,
                E e,
                F f)