Uses of Package
fj.function
-
Packages that use fj.function Package Description fj Types that set the premise for the existence of Functional Java.fj.control.db Abstractions for JDBC connections.fj.control.parallel Parallelization strategies.fj.data Common algebraic data types.fj.function A prelude of commonly used first-class functions -
Classes in fj.function used by fj Class Description Effect0 Effect1 Effect2 Effect3 Effect4 Effect5 Effect6 Effect7 Effect8 Try0 A product ofA
which may throw anException
.Try1 A transformation function fromA
toB
that may throw anException
.Try2 A transformation function of arity-2 fromA
andB
toC
that may throw anException
.Try3 A transformation function of arity-3 fromA
,B
andC
toD
that may throw anException
.Try4 A transformation function of arity-4 fromA
,B
,C
andD
toE
that may throw anException
.Try5 A transformation function of arity-5 fromA
,B
,C
,D
andE
toF
that may throw anException
.Try6 A transformation function of arity-6 fromA
,B
,C
,D
,E
andF
toG
that may throw anException
.Try7 A transformation function of arity-7 fromA
,B
,C
,D
,E
,F
andG
toH
that may throw anException
.Try8 A transformation function of arity-8 fromA
,B
,C
,D
,E
,F
,G
andH
toI
that may throw anException
.TryEffect0 TryEffect1 TryEffect2 TryEffect3 TryEffect4 TryEffect5 TryEffect6 TryEffect7 TryEffect8 -
Classes in fj.function used by fj.control.db Class Description Try1 A transformation function fromA
toB
that may throw anException
. -
Classes in fj.function used by fj.control.parallel Class Description Effect1 -
Classes in fj.function used by fj.data Class Description Effect0 Effect1 Try0 A product ofA
which may throw anException
.Try1 A transformation function fromA
toB
that may throw anException
.Try2 A transformation function of arity-2 fromA
andB
toC
that may throw anException
.TryEffect0 -
Classes in fj.function used by fj.function Class Description Effect0 Effect1 Try0 A product ofA
which may throw anException
.Try1 A transformation function fromA
toB
that may throw anException
.TryEffect0 TryEffect1