| Interface | Description |
|---|---|
| IBooleanFunction<R> |
Represents a function that accepts a boolean-valued argument and produces a
result.
|
| ICharConsumer |
Represents an operation that accepts a single
char-valued argument
and returns no result. |
| 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.