Uses of Interface
com.github.tonivade.purefun.core.Function5
Packages that use Function5
Package
Description
-
Uses of Function5 in com.github.tonivade.purefun.concurrent
Methods in com.github.tonivade.purefun.concurrent with parameters of type Function5 -
Uses of Function5 in com.github.tonivade.purefun.core
Subinterfaces of Function5 in com.github.tonivade.purefun.coreMethods in com.github.tonivade.purefun.core that return Function5Modifier and TypeMethodDescriptionConsumer5.asFunction()static <A,B, C, D, E, R>
Function5<A, B, C, D, E, R> Function5.cons(R value) static <A,B, C, D, E>
Function5<A, B, C, D, E, E> Function5.fifth()static <A,B, C, D, E>
Function5<A, B, C, D, E, A> Function5.first()static <A,B, C, D, E>
Function5<A, B, C, D, E, D> Function5.fourth()Function5.memoized()static <A,B, C, D, E>
Function5<A, B, C, D, E, B> Function5.second()static <A,B, C, D, E>
Function5<A, B, C, D, E, C> Function5.third()Methods in com.github.tonivade.purefun.core with parameters of type Function5Modifier and TypeMethodDescription<R> Applicable<F, R> Applicable.Map5.apply(Function5<? super A, ? super B, ? super C, ? super D, ? super E, ? extends R> apply) <R> Rstatic <F extends Applicable<F,?>, A, B, C, D, E, R>
Applicable<F, R> Applicable.mapN(Applicable<F, ? extends A> fa, Applicable<F, ? extends B> fb, Applicable<F, ? extends C> fc, Applicable<F, ? extends D> fd, Applicable<F, ? extends E> fe, Function5<? super A, ? super B, ? super C, ? super D, ? super E, ? extends R> mapper) -
Uses of Function5 in com.github.tonivade.purefun.type
Methods in com.github.tonivade.purefun.type with parameters of type Function5Modifier and TypeMethodDescriptionstatic <E,T1, T2, T3, T4, T5, R>
Validation<Validation.Result<E>, R> Validation.mapN(Validation<E, T1> validation1, Validation<E, T2> validation2, Validation<E, T3> validation3, Validation<E, T4> validation4, Validation<E, T5> validation5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R> mapper) -
Uses of Function5 in com.github.tonivade.purefun.typeclasses
Methods in com.github.tonivade.purefun.typeclasses with parameters of type Function5Modifier and TypeMethodDescriptionApplicative.Map5.apply(Function5<? super A, ? super B, ? super C, ? super D, ? super E, ? extends R> apply) Applicative.mapN(Kind<F, ? extends A> fa, Kind<F, ? extends B> fb, Kind<F, ? extends C> fc, Kind<F, ? extends D> fd, Kind<F, ? extends E> fe, Function5<? super A, ? super B, ? super C, ? super D, ? super E, ? extends R> mapper) Parallel.parMapN(Kind<F, ? extends A> fa, Kind<F, ? extends B> fb, Kind<F, ? extends C> fc, Kind<F, ? extends D> fd, Kind<F, ? extends E> fe, Function5<? super A, ? super B, ? super C, ? super D, ? super E, ? extends R> mapper)