Uses of Class
com.github.tonivade.purefun.core.Tuple5
Packages that use Tuple5
-
Uses of Tuple5 in com.github.tonivade.purefun.core
Fields in com.github.tonivade.purefun.core with type parameters of type Tuple5Methods in com.github.tonivade.purefun.core that return Tuple5Modifier and TypeMethodDescription<F,G, H, I, J>
Tuple5<F, G, H, I, J> Tuple5.map(Function1<? super A, ? extends F> map1, Function1<? super B, ? extends G> map2, Function1<? super C, ? extends H> map3, Function1<? super D, ? extends I> map4, Function1<? super E, ? extends J> map5) static <A,B, C, D, E>
Tuple5<A, B, C, D, E> Tuple.of(A value1, B value2, C value3, D value4, E value5) static <A,B, C, D, E>
Tuple5<A, B, C, D, E> Tuple5.of(A value1, B value2, C value3, D value4, E value5) Methods in com.github.tonivade.purefun.core that return types with arguments of type Tuple5Modifier and TypeMethodDescriptionstatic <F,A, B, C, D, E>
Validator<Validation.Result<F>, Tuple5<A, B, C, D, E>> Validator.product(Validator<F, A> v1, Validator<F, B> v2, Validator<F, C> v3, Validator<F, D> v4, Validator<F, E> v5) Validator.product(Validator<F, A> v1, Validator<F, B> v2, Validator<F, C> v3, Validator<F, D> v4, Validator<F, E> v5, Function1<Validation.Result<F>, G> reduce) Function5.tupled() -
Uses of Tuple5 in com.github.tonivade.purefun.typeclasses
Methods in com.github.tonivade.purefun.typeclasses that return types with arguments of type Tuple5