Interface PairConsumer<S,​T>


  • public interface PairConsumer<S,​T>
    Author:
    peter
    • Method Detail

      • consume

        void consume​(S s,
                     T t)