Package com.helger.commons.functional


package com.helger.commons.functional
  • Class
    Description
    Represents an operation that accepts a single boolean-valued argument and returns no result.
    Represents a function that accepts a boolean-valued argument and produces a result.
    Represents a predicate (boolean-valued function) of one boolean-valued argument.
    Represents a function that accepts a byte-valued argument and produces a result.
    Represents an operation that accepts a single char-valued argument and returns no result.
    Represents a function that accepts a char-valued argument and produces a result.
    Represents a predicate (char-valued function) of one char-valued argument.
    Represents a function that accepts a float-valued argument and produces a result.
    Represents a function that accepts a short-valued argument and produces a result.
    IThrowingConsumer<T,EXTYPE extends Throwable>
    Represents an operation that accepts a single input argument and returns no result but may throw an Exception.
    IThrowingFunction<T,R,EXTYPE extends Throwable>
    Represents a function that accepts one argument and produces a result and may throw an Exception.
    IThrowingSupplier<T,EXTYPE extends Throwable>
    Represents a supplier of results that may throw an Exception.
    Represents a function that produces a boolean-valued result.
    Represents an operation that accepts three input arguments and returns no result.
    Some globally usable predicates.