Package de.eldoria.eldoutilities.consumer


package de.eldoria.eldoutilities.consumer
  • Interfaces
    Class
    Description
    QuadConsumer<T1,T2,T3,T4>
    Represents an operation that accepts two input arguments and returns no result.
    ThrowingConsumer<T,Exception extends Exception>
    Represents an operation that accepts a single input argument and returns no result.
    TriConsumer<T1,T2,T3>
    Represents an operation that accepts two input arguments and returns no result.