Interface Function3<T0,​T1,​T2,​R>


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

      • apply

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