Package com.github.tonivade.purefun.core
Class Tuple3<A,B,C>
java.lang.Object
com.github.tonivade.purefun.core.Tuple3<A,B,C>
- All Implemented Interfaces:
Tuple,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Rvoidbooleanget1()get2()get3()inthashCode()<D,E, F> Tuple3 <D, E, F> map(Function1<? super A, ? extends D> map1, Function1<? super B, ? extends E> map2, Function1<? super C, ? extends F> map3) static <A,B, C> Tuple3 <A, B, C> of(A value1, B value2, C value3) toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
EQUAL
-
value1
-
value2
-
value3
-
-
Constructor Details
-
Tuple3
-
-
Method Details