Uses of Package
com.helger.base.functional
Packages that use com.helger.base.functional
Package
Description
-
Classes in com.helger.base.functional used by com.helger.base.concurrent
-
Classes in com.helger.base.functional used by com.helger.base.functionalClassDescriptionRepresents an operation that accepts a single
boolean-valued argument and returns no result.Represents a predicate (boolean-valued function) of oneboolean-valued argument.Represents an operation that accepts a singlechar-valued argument and returns no result.Represents a predicate (char-valued function) of onechar-valued argument.Represents an operation that accepts a single input argument and returns no result but may throw an Exception.Represents a function that accepts one argument and produces a result and may throw an Exception.Represents an operation that accepts three input arguments and returns no result. -
Classes in com.helger.base.functional used by com.helger.base.stringClassDescriptionRepresents an operation that accepts a single
char-valued argument and returns no result.Represents a predicate (char-valued function) of onechar-valued argument. -
Classes in com.helger.base.functional used by com.helger.base.tostringClassDescriptionRepresents a predicate (boolean-valued function) of one
boolean-valued argument.Represents a predicate (char-valued function) of onechar-valued argument. -
Classes in com.helger.base.functional used by com.helger.base.wrapperClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Use Predicate instead