| Package | Description |
|---|---|
| net.openhft.chronicle.testframework.function |
This package provides a set of functional interfaces and related utility classes to enhance
and extend the standard Java functional programming model.
|
| Class and Description |
|---|
| HasName
This interface represents any object that has a name associated with it.
|
| NamedConsumer
The NamedConsumer interface extends both HasName and Consumer interfaces,
thus providing a Consumer with an associated name.
|
| ThrowingConsumer
Represents an operation that accepts a single input argument and returns no
result and that can throw an exception of type
X. |
Copyright © 2023. All rights reserved.