Uses of Interface
fj.F5
Packages that use F5
Package
Description
Types that set the premise for the existence of Functional Java.
Common algebraic data types.
Optic data types adapted from the Scala Monocle library
and inspired by the
Haskell Lens library.
Fixed-length vectors
-
Uses of F5 in fj
Modifier and TypeMethodDescriptionstatic <A,
B, C, D, E, F, Z extends Exception>
F5<A, B, C, D, E, Validation<Z, F>> Promotes the Try5 to a Validation that returns an Exception on the failure side and its result on the success side.static <A,
B, C, D, E, Z extends Exception>
F5<A, B, C, D, E, Validation<Z, Unit>> TryEffect.f
(TryEffect5<A, B, C, D, E, Z> t) static <A,
B, C, D, E, F$>
F5<A, B, C, D, E, F$> Uncurry a function of arity-6.Modifier and TypeMethodDescriptionCurry a function of arity-5.Curry a function of arity-5.Curry a function of arity-5.Curry a function of arity-5.static <A,
B, C, D, E, F$>
F<E, F$> Curry a function of arity-5. -
Uses of F5 in fj.data
Modifier and TypeMethodDescriptionfinal <B,
C, D, $E, $F>
Validation<List<E>, $F> Validation.accumulate
(Validation<E, B> v2, Validation<E, C> v3, Validation<E, D> v4, Validation<E, $E> v5, F5<T, B, C, D, $E, $F> f) final <A,
B, C, D, E$>
Validation<E, E$> Validation.accumulate
(Semigroup<E> s, Validation<E, A> va, Validation<E, B> vb, Validation<E, C> vc, Validation<E, D> vd, F5<T, A, B, C, D, E$> f) Accumulates errors on the failing side of this or any given validation if one or more are encountered, or applies the given function if all succeeded and returns that value on the successful side. -
Uses of F5 in fj.data.optic
Methods in fj.data.optic with parameters of type F5 -
Uses of F5 in fj.data.vector
Methods in fj.data.vector that return F5