Uses of Class
com.github.tonivade.purefun.core.Tuple4
Packages that use Tuple4
-
Uses of Tuple4 in com.github.tonivade.purefun.core
Fields in com.github.tonivade.purefun.core with type parameters of type Tuple4Methods in com.github.tonivade.purefun.core that return Tuple4Modifier and TypeMethodDescription<E,F, G, H>
Tuple4<E, F, G, H> Tuple4.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> Tuple.of(A value1, B value2, C value3, D value4) static <A,B, C, D>
Tuple4<A, B, C, D> Tuple4.of(A value1, B value2, C value3, D value4) Methods in com.github.tonivade.purefun.core that return types with arguments of type Tuple4 -
Uses of Tuple4 in com.github.tonivade.purefun.typeclasses
Methods in com.github.tonivade.purefun.typeclasses that return types with arguments of type Tuple4