object Unbounded extends IntOrUnbounded with Product with Serializable
- Source
- IntOrUnbounded.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Unbounded
- IntOrUnbounded
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: ⇒ IntOrUnbounded): IntOrUnbounded
Add another IntOrUnbounded to this value
Add another IntOrUnbounded to this value
- Definition Classes
- Unbounded → IntOrUnbounded
-
def
<=(x: Int): Boolean
- Definition Classes
- IntOrUnbounded
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(other: IntOrUnbounded): Boolean
- Definition Classes
- IntOrUnbounded
-
def
>=(x: Int): Boolean
- Definition Classes
- IntOrUnbounded
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getLimit: Option[Int]
- Definition Classes
- Unbounded → IntOrUnbounded
-
def
hasLimit: Boolean
- Definition Classes
- IntOrUnbounded
-
implicit
def
intOrUnboundedShow: Show[IntOrUnbounded]
- Definition Classes
- IntOrUnbounded
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isUnbounded: Boolean
true
if this value is Unboundedtrue
if this value is Unbounded- Definition Classes
- Unbounded → IntOrUnbounded
-
def
max(other: ⇒ IntOrUnbounded): IntOrUnbounded
- Definition Classes
- IntOrUnbounded
-
def
min(other: ⇒ IntOrUnbounded): IntOrUnbounded
- Definition Classes
- IntOrUnbounded
-
def
minusOne: IntOrUnbounded
- Definition Classes
- Unbounded → IntOrUnbounded
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
show: String
- Definition Classes
- IntOrUnbounded
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- IntOrUnbounded → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )