Package fj
Class Bounded<A>
java.lang.Object
fj.Bounded<A>
The Bounded class is used to name the upper and lower limits of a type.
Ord is not a superclass of Bounded since types that are not totally ordered may also have upper and lower bounds.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Minimal definition of Bounded -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <A> Bounded
<A> bounded
(A min, A max) static <A> Bounded
<A> boundedDef
(Bounded.Definition<A> def) max()
min()
-
Field Details
-
def
-
-
Constructor Details
-
Bounded
-
-
Method Details
-
min
-
max
-
boundedDef
-
bounded
-