trait LongEnumerable extends BoundedEnumerable[Long]
- Alphabetic
- By Inheritance
- LongEnumerable
- BoundedEnumerable
- PartialNextLowerBounded
- LowerBounded
- PartialPreviousUpperBounded
- UpperBounded
- PartialNext
- PartialPrevious
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
maxBound: Long
Returns the upper limit of a type.
Returns the upper limit of a type.
- Definition Classes
- UpperBounded
-
abstract
def
minBound: Long
Returns the lower limit of a type.
Returns the lower limit of a type.
- Definition Classes
- LowerBounded
-
abstract
def
order: Order[Long]
- Definition Classes
- BoundedEnumerable
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
cycleNext(a: Long): Long
- Definition Classes
- BoundedEnumerable
-
def
cyclePrevious(a: Long): Long
- Definition Classes
- BoundedEnumerable
-
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() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
membersAscending: Stream[Long]
Enumerate the members in ascending order.
Enumerate the members in ascending order.
- Definition Classes
- PartialNextLowerBounded
-
def
membersDescending: Stream[Long]
Enumerate the members in descending order.
Enumerate the members in descending order.
- Definition Classes
- PartialPreviousUpperBounded
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
partialNext(a: Long): Option[Long]
- Definition Classes
- LongEnumerable → PartialNext
-
def
partialOrder: PartialOrder[Long]
- Definition Classes
- BoundedEnumerable → LowerBounded → UpperBounded → PartialNext → PartialPrevious
-
def
partialPrevious(a: Long): Option[Long]
- Definition Classes
- LongEnumerable → PartialPrevious
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- 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( ... )