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