Uses of Package
com.helger.commons.functional
-
Packages that use com.helger.commons.functional Package Description com.helger.commons.collection.impl com.helger.commons.concurrent com.helger.commons.functional com.helger.commons.string -
Classes in com.helger.commons.functional used by com.helger.commons.collection.impl Class Description IThrowingConsumer Represents an operation that accepts a single input argument and returns no result but may throw an Exception. -
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.functional Class Description 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.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.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.