Package fj

Class Bounded<A>

java.lang.Object
fj.Bounded<A>

public final class Bounded<A> extends Object
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.