Uses of Class
com.github.tonivade.purefun.core.Tuple3
Packages that use Tuple3
-
Uses of Tuple3 in com.github.tonivade.purefun.core
Fields in com.github.tonivade.purefun.core with type parameters of type Tuple3Methods in com.github.tonivade.purefun.core that return Tuple3Modifier and TypeMethodDescription<D,E, F> Tuple3 <D, E, F> Tuple3.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> Tuple.of(A value1, B value2, C value3) static <A,B, C> Tuple3 <A, B, C> Tuple3.of(A value1, B value2, C value3) Methods in com.github.tonivade.purefun.core that return types with arguments of type Tuple3 -
Uses of Tuple3 in com.github.tonivade.purefun.typeclasses
Methods in com.github.tonivade.purefun.typeclasses that return types with arguments of type Tuple3Modifier and TypeMethodDescriptionTupleK3.apply(Applicative<F> applicative) Apply3.tuple()FlatMap3.tuple()