Interface IBiConsumer<I,N,E extends Exception>


public interface IBiConsumer<I,N,E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(I input, N other)
     
    default IBiConsumer<I,N,E>
    then(IBiConsumer<? super I,? super N,E> consumer)