| Class and Description |
|---|
| IntToFloatFunction
Represents a function that accepts an int-valued argument and produces a
float-valued result.
|
| Class and Description |
|---|
| ITriConsumer
Represents an operation that accepts three input arguments and returns no
result.
|
| Class and Description |
|---|
| IThrowingSupplier
Represents a supplier of results that may throw an Exception.
|
| Class and Description |
|---|
| ICharConsumer
Represents an operation that accepts a single
char-valued argument
and returns no result. |
| 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 |
|---|
| ICharConsumer
Represents an operation that accepts a single
char-valued argument
and returns no result. |
Copyright © 2014–2016 Philip Helger. All rights reserved.