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