Interface TriConsumer<I,​J,​K>

    • Method Detail

      • accept

        void accept​(I inputOne,
                    J inputTwo,
                    K inputThree)