| Interface | Description |
|---|---|
| BlockingConsumer<T> |
A variant of
Consumer that can be blocked and interrupted. |
| BooleanConsumer |
Represents an operation that accepts a single
boolean-valued argument and
returns no result. |
| BufferedBlockingConsumer<T> |
A
BlockingConsumer that retains a maximum number of values in a buffer before sending them to
a delegate consumer. |
| Callable |
| Class | Description |
|---|---|
| Predicates |
Utilities for constructing various predicates.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.