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 ofAwhich may throw anException.Try1 A transformation function fromAtoBthat may throw anException.Try2 A transformation function of arity-2 fromAandBtoCthat may throw anException.Try3 A transformation function of arity-3 fromA,BandCtoDthat may throw anException.Try4 A transformation function of arity-4 fromA,B,CandDtoEthat may throw anException.Try5 A transformation function of arity-5 fromA,B,C,DandEtoFthat may throw anException.Try6 A transformation function of arity-6 fromA,B,C,D,EandFtoGthat may throw anException.Try7 A transformation function of arity-7 fromA,B,C,D,E,FandGtoHthat may throw anException.Try8 A transformation function of arity-8 fromA,B,C,D,E,F,GandHtoIthat 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 fromAtoBthat 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 ofAwhich may throw anException.Try1 A transformation function fromAtoBthat may throw anException.Try2 A transformation function of arity-2 fromAandBtoCthat may throw anException.TryEffect0 -
Classes in fj.function used by fj.function Class Description Effect0 Effect1 Try0 A product ofAwhich may throw anException.Try1 A transformation function fromAtoBthat may throw anException.TryEffect0 TryEffect1