final class P2s
extends Object
-
Nested Class Summary
Nested Classes
static class
private static final class
private static final class
-
Constructor Summary
Constructors
-
Method Summary
static <A,
B> A
static <A,
B> B
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
P2
public static <A,
B> P2<A,B> P2(A _1,
B _2)
-
-
-
get_1
public static <A,
B> A get_1(P2<A,B> p2)
-
get_2
public static <A,
B> B get_2(P2<A,B> p2)
-
set_1
public static <A,
B,
RA> Function<P2<A,B>,P2<RA,B>> set_1(RA new_1)
-
-
set_2
public static <A,
B,
RB> Function<P2<A,B>,P2<A,RB>> set_2(RB new_2)
-