Interface TriConsumer<A,​B,​C>


  • public interface TriConsumer<A,​B,​C>
    Author:
    w.vela
    • Method Detail

      • consume

        void consume​(A a,
                     B b,
                     C c)