| Interface | Description |
|---|---|
| CharPredicate |
Represents a predicate (boolean-valued function) of one
char-valued
argument. |
| IndexedConsumer<T> |
Indexed version of Consumer
|
| IndexedFunction<T,R> |
Represents a function that accepts an argument and an index for the argument and produces a result.
|
| IndexedPredicate<T> |
Copyright © 2019. All rights reserved.