Package fj

Class Bounded<A>


  • public final class Bounded<A>
    extends java.lang.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.