Uses of Class
fj.Bounded
Packages that use Bounded
Package
Description
Types that set the premise for the existence of Functional Java.
Common algebraic data types.
-
Uses of Bounded in fj
Modifier and TypeMethodDescriptionstatic <A> Bounded
<A> Bounded.bounded
(A min, A max) static <A> Bounded
<A> Bounded.boundedDef
(Bounded.Definition<A> def) Modifier and TypeMethodDescriptionMonoid.setIntersectionMonoid
(Bounded<A> bounded, Enumerator<A> enumerator) A intersection monoid for sets. -
Uses of Bounded in fj.data