Interface Function4<T0,​T1,​T2,​T3,​R>


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

      • apply

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