Object

es.weso.rbe

Unbounded

Related Doc: package rbe

Permalink

object Unbounded extends IntOrUnbounded with Product with Serializable

Source
IntOrUnbounded.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unbounded
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. IntOrUnbounded
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: ⇒ IntOrUnbounded): IntOrUnbounded

    Permalink

    Add another IntOrUnbounded to this value

    Add another IntOrUnbounded to this value

    Definition Classes
    UnboundedIntOrUnbounded
  4. def <=(x: Int): Boolean

    Permalink
    Definition Classes
    IntOrUnbounded
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(other: IntOrUnbounded): Boolean

    Permalink
    Definition Classes
    IntOrUnbounded
  7. def >=(x: Int): Boolean

    Permalink
    Definition Classes
    IntOrUnbounded
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getLimit: Nothing

    Permalink
    Definition Classes
    UnboundedIntOrUnbounded
  15. def hasLimit: Boolean

    Permalink
    Definition Classes
    IntOrUnbounded
  16. implicit def intOrUnboundedShow: Show[IntOrUnbounded]

    Permalink
    Definition Classes
    IntOrUnbounded
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isUnbounded: Boolean

    Permalink

    true if this value is Unbounded

    true if this value is Unbounded

    Definition Classes
    UnboundedIntOrUnbounded
  19. def max(other: ⇒ IntOrUnbounded): IntOrUnbounded

    Permalink
    Definition Classes
    IntOrUnbounded
  20. def min(other: ⇒ IntOrUnbounded): IntOrUnbounded

    Permalink
    Definition Classes
    IntOrUnbounded
  21. def minusOne: IntOrUnbounded

    Permalink
    Definition Classes
    UnboundedIntOrUnbounded
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def show: String

    Permalink
    Definition Classes
    IntOrUnbounded
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    IntOrUnbounded → AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IntOrUnbounded

Inherited from AnyRef

Inherited from Any

Ungrouped