public final class Bounded<A>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Bounded.Definition<A>
Minimal definition of Bounded
|
Modifier and Type | Method and Description |
---|---|
static <A> Bounded<A> |
bounded(A min,
A max) |
static <A> Bounded<A> |
boundedDef(Bounded.Definition<A> def) |
A |
max() |
A |
min() |
public A min()
public A max()
public static <A> Bounded<A> boundedDef(Bounded.Definition<A> def)
public static <A> Bounded<A> bounded(A min, A max)