Interface ThrowingBiConsumer<P0,P1,E extends Throwable>


public interface ThrowingBiConsumer<P0,P1,E extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(P0 p0, P1 p1)
     
  • Method Details