Uses of Package
fj.function
Packages that use fj.function
Package
Description
Types that set the premise for the existence of Functional Java.
Abstractions for JDBC connections.
Parallelization strategies.
Common algebraic data types.
A prelude of commonly used first-class functions
-
Classes in fj.function used by fjClassDescriptionA product of
A
which may throw anException
.A transformation function fromA
toB
that may throw anException
.A transformation function of arity-2 fromA
andB
toC
that may throw anException
.A transformation function of arity-3 fromA
,B
andC
toD
that may throw anException
.A transformation function of arity-4 fromA
,B
,C
andD
toE
that may throw anException
.A transformation function of arity-5 fromA
,B
,C
,D
andE
toF
that may throw anException
.A transformation function of arity-6 fromA
,B
,C
,D
,E
andF
toG
that may throw anException
.A transformation function of arity-7 fromA
,B
,C
,D
,E
,F
andG
toH
that may throw anException
.A transformation function of arity-8 fromA
,B
,C
,D
,E
,F
,G
andH
toI
that may throw anException
. -
Classes in fj.function used by fj.control.db
-
Classes in fj.function used by fj.control.parallel
-
Classes in fj.function used by fj.data
-
Classes in fj.function used by fj.functionClassDescriptionA product of
A
which may throw anException
.A transformation function fromA
toB
that may throw anException
.