Interface Consumer4<T0,​T1,​T2,​T3>


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

      • accept

        void accept​(T0 p0,
                    T1 p1,
                    T2 p2,
                    T3 p3)