Uses of Package
com.helger.commons.functional
-
Classes in com.helger.commons.functional used by com.helger.commons.aggregate Class Description IFunction Represents a serializable function that accepts one argument and produces a result. -
Classes in com.helger.commons.functional used by com.helger.commons.cache Class Description IFunction Represents a serializable function that accepts one argument and produces a result. -
Classes in com.helger.commons.functional used by com.helger.commons.collection.iterate Class Description IFunction Represents a serializable function that accepts one argument and produces a result.IPredicate Represents a predicate (boolean-valued function) of one argument that is serializable. -
Classes in com.helger.commons.functional used by com.helger.commons.concurrent Class Description IThrowingSupplier Represents a supplier of results that may throw an Exception. -
Classes in com.helger.commons.functional used by com.helger.commons.factory Class Description ISupplier Represents a supplier of results that is serializable. -
Classes in com.helger.commons.functional used by com.helger.commons.format Class Description IFunction Represents a serializable function that accepts one argument and produces a result. -
Classes in com.helger.commons.functional used by com.helger.commons.functional Class Description IBiConsumer Represents an operation that accepts two input arguments and returns no result and is serializable.IBiFunction Represents a function that accepts two arguments and produces a result.IBiPredicate Represents a predicate (boolean-valued function) of two arguments that is serializable.IBooleanConsumer Represents an operation that accepts a singleboolean-valued argument and returns no result.IBooleanPredicate Represents a predicate (boolean-valued function) of oneboolean-valued argument.ICharConsumer Represents an operation that accepts a singlechar-valued argument and returns no result.ICharPredicate Represents a predicate (char-valued function) of onechar-valued argument.IConsumer Represents an operation that accepts a single input argument and returns no result but may throw an Exception.IFunction Represents a serializable function that accepts one argument and produces a result.IPredicate Represents a predicate (boolean-valued function) of one argument that is serializable.IThrowingConsumer Represents an operation that accepts a single input argument and returns no result but may throw an Exception.IThrowingFunction Represents a function that accepts one argument and produces a result and may throw an Exception.ITriConsumer Represents an operation that accepts three input arguments and returns no result. -
Classes in com.helger.commons.functional used by com.helger.commons.io.file Class Description IPredicate Represents a predicate (boolean-valued function) of one argument that is serializable. -
Classes in com.helger.commons.functional used by com.helger.commons.io.stream Class Description ISupplier Represents a supplier of results that is serializable. -
Classes in com.helger.commons.functional used by com.helger.commons.pool Class Description ISupplier Represents a supplier of results that is serializable. -
Classes in com.helger.commons.functional used by com.helger.commons.string Class Description IBooleanPredicate Represents a predicate (boolean-valued function) of oneboolean-valued argument.ICharConsumer Represents an operation that accepts a singlechar-valued argument and returns no result.ICharPredicate Represents a predicate (char-valued function) of onechar-valued argument. -
Classes in com.helger.commons.functional used by com.helger.commons.typeconvert Class Description IFunction Represents a serializable function that accepts one argument and produces a result. -
Classes in com.helger.commons.functional used by com.helger.commons.typeconvert.rule Class Description IFunction Represents a serializable function that accepts one argument and produces a result.