Interface Consumer3<T0,​T1,​T2>


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

      • accept

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