| Interface | Description |
|---|---|
| IBooleanFunction<R> |
Represents a function that accepts a boolean-valued argument and produces a
result.
|
| IBooleanPredicate |
Represents a predicate (boolean-valued function) of one
boolean-valued argument. |
| IBreakableConsumer<T> | Deprecated |
| ICharConsumer |
Represents an operation that accepts a single
char-valued argument
and returns no result. |
| IIntToFloatFunction |
Represents a function that accepts an int-valued argument and produces a
float-valued result.
|
| IntToFloatFunction | Deprecated
Use
IIntToFloatFunction instead |
| 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.
|
| IToBooleanFunction<T> |
Represents a function that produces a boolean-valued result.
|
| ITriConsumer<T,U,V> |
Represents an operation that accepts three input arguments and returns no
result.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.