Interface Function5<T0,​T1,​T2,​T3,​T4,​R>


  • public interface Function5<T0,​T1,​T2,​T3,​T4,​R>
    • Method Detail

      • apply

        R apply​(T0 p0,
                T1 p1,
                T2 p2,
                T3 p3,
                T4 p4)