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

Type Parameters:
T - the type of the first input to the operation
U - the type of the second input to the operation
E - the type of Exception
Enclosing class:
LambdaExceptionUtils
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface LambdaExceptionUtils.BiConsumerWithExceptions<T,U,E extends Exception>
Represents a BiConsumer interface which can throw exceptions.
  • 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