@FunctionalInterface public interface F1<A,R> extends Function<A,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
F1.F1Identity<X> |
static class |
F1.F1WithLabel<A,R> |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(A a) |
static <X> F1<X,X> |
identity() |
static <A,R> F1.F1WithLabel<A,R> |
withLabel(F1<A,R> delegate,
String label) |
Copyright © 2023. All rights reserved.