Package

continuum

bound

Permalink

package bound

Visibility
  1. Public
  2. All

Type Members

  1. case class Closed[T](value: T)(implicit conv: (T) ⇒ Ordered[T]) extends Bound[T] with Product with Serializable

    Permalink
  2. case class Open[T](value: T)(implicit conv: (T) ⇒ Ordered[T]) extends Bound[T] with Product with Serializable

    Permalink
  3. case class Unbounded[T]()(implicit conv: (T) ⇒ Ordered[T]) extends Bound[T] with Product with Serializable

    Permalink

Ungrouped