@FunctionalInterface public interface F0<R> extends Supplier<R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
F0.F0WithLabel<R> |
| Modifier and Type | Method and Description |
|---|---|
R |
get() |
static <R> F0.F0WithLabel<R> |
withLabel(F0<R> delegate,
String label) |
Copyright © 2023. All rights reserved.