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