| Package | Description |
|---|---|
| com.helger.commons.collection.impl | |
| com.helger.commons.concurrent | |
| com.helger.commons.functional | |
| com.helger.commons.string |
| Class and Description |
|---|
| IThrowingConsumer
Represents an operation that accepts a single input argument and returns no
result but may throw an Exception.
|
| Class and Description |
|---|
| IThrowingSupplier
Represents a supplier of results that may throw an Exception.
|
| Class and Description |
|---|
| IBooleanConsumer
Represents an operation that accepts a single
boolean-valued argument
and returns no result. |
| IBooleanPredicate
Represents a predicate (boolean-valued function) of one
boolean-valued argument. |
| ICharConsumer
Represents an operation that accepts a single
char-valued argument
and returns no result. |
| ICharPredicate
Represents a predicate (char-valued function) of one
char-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.
|
| Class and Description |
|---|
| IBooleanPredicate
Represents a predicate (boolean-valued function) of one
boolean-valued argument. |
| ICharConsumer
Represents an operation that accepts a single
char-valued argument
and returns no result. |
| ICharPredicate
Represents a predicate (char-valued function) of one
char-valued
argument. |
Copyright © 2014–2022 Philip Helger. All rights reserved.