Interface LambdaExceptionUtils.BiConsumer_WithExceptions<T,U,E extends Exception>

Enclosing class:
LambdaExceptionUtils

public static interface LambdaExceptionUtils.BiConsumer_WithExceptions<T,U,E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t, U u)
     
  • Method Details

    • accept

      void accept(T t, U u) throws E
      Throws:
      E