Uses of Interface
fj.F4
Packages that use F4
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 F4 in fj
Modifier and TypeMethodDescriptionstatic <A,
B, C, D, E, Z extends Exception>
F4<A, B, C, D, Validation<Z, E>> Promotes the Try4 to a Validation that returns an Exception on the failure side and its result on the success side.static <A,
B, C, D, Z extends Exception>
F4<A, B, C, D, Validation<Z, Unit>> TryEffect.f
(TryEffect4<A, B, C, D, Z> t) static <A,
B, C, D, E>
F4<A, B, C, D, E> Uncurry a function of arity-4.Modifier and TypeMethodDescriptionCurry a function of arity-4.Curry a function of arity-4.Curry a function of arity-4.static <A,
B, C, D, E>
F<D, E> Curry a function of arity-4. -
Uses of F4 in fj.data
Modifier and TypeMethodDescriptionfinal <B,
C, D, $E>
Validation<List<E>, $E> Validation.accumulate
(Validation<E, B> v2, Validation<E, C> v3, Validation<E, D> v4, F4<T, B, C, D, $E> f) final <A,
B, C, D>
Validation<E, D> Validation.accumulate
(Semigroup<E> s, Validation<E, A> va, Validation<E, B> vb, Validation<E, C> vc, F4<T, A, B, C, D> 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 F4 in fj.data.optic
Methods in fj.data.optic with parameters of type F4 -
Uses of F4 in fj.data.vector
Methods in fj.data.vector that return F4