@FunctionalInterface public interface FN1<A,R> extends Function<A,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
FN1.FN1checkNull<A,R> |
static class |
FN1.FN1Identity<X> |
static class |
FN1.FN1WithLabel<A,R> |
static class |
FN1.FN1wrapF1<A,R> |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(A a) |
static <A,R> FN1.FN1checkNull<A,R> |
checkNull(F1<A,R> delegate,
Object labelA) |
static <X> FN1<X,X> |
identity() |
static <A,R> FN1.FN1wrapF1<A,R> |
mapOnlyIfNotNull(F1<A,R> delegate) |
static <A,R> FN1.FN1WithLabel<A,R> |
withLabel(FN1<A,R> delegate,
String label) |
static <A,R> FN1.FN1WithLabel<A,R> withLabel(FN1<A,R> delegate, String label)
static <A,R> FN1.FN1wrapF1<A,R> mapOnlyIfNotNull(F1<A,R> delegate)
static <A,R> FN1.FN1checkNull<A,R> checkNull(F1<A,R> delegate, Object labelA)
Copyright © 2023. All rights reserved.