-
Nested Class Summary
Nested Classes
-
Method Summary
default <A,
B,
C,
D> App2<P,C,D>
default <A,
B,
C> App2<P,C,A>
-
Method Details
-
-
secondPhantom
default <A,
B,
C> App2<P,C,A> secondPhantom(App2<P,C,B> input)
-
cimap
<A,
B,
C,
D>
FunctionType<Supplier<App2<P,A,B>>,App2<P,C,D>> cimap(Function<C,A> g,
Function<D,B> h)
-
cimap
default <A,
B,
C,
D> App2<P,C,D> cimap(Supplier<App2<P,A,B>> arg,
Function<C,A> g,
Function<D,B> h)