Interface TriConsumer<T,​U,​W>


  • public interface TriConsumer<T,​U,​W>
    • Method Detail

      • accept

        void accept​(T t,
                    U u,
                    W w)