| Package | Description |
|---|---|
| net.openhft.chronicle.testframework.function |
| Modifier and Type | Method and Description |
|---|---|
static <T> NamedConsumer<T> |
NamedConsumer.of(Consumer<T> consumer,
String name) |
static <T> NamedConsumer<T> |
NamedConsumer.ofThrowing(ThrowingConsumer<T,?> consumer,
String name) |
Copyright © 2022. All rights reserved.