ByteEnumerable

trait ByteEnumerable extends BoundedEnumerable[Byte]
trait BoundedEnumerable[Byte]
trait LowerBounded[Byte]
trait UpperBounded[Byte]
trait PartialNext[Byte]
trait PartialPrevious[Byte]
class Object
trait Matchable
class Any
class ByteOrder

Value members

Concrete methods

override def partialNext(a: Byte): Option[Byte]
Definition Classes
override def partialPrevious(a: Byte): Option[Byte]
Definition Classes

Inherited methods

def cycleNext(a: Byte): Byte
Inherited from
BoundedEnumerable
def cyclePrevious(a: Byte): Byte
Inherited from
BoundedEnumerable
def maxBound: Byte

Returns the upper limit of a type.

Returns the upper limit of a type.

Inherited from
UpperBounded
def membersAscending: LazyList[Byte]

Enumerate the members in ascending order.

Enumerate the members in ascending order.

Inherited from
PartialNextLowerBounded
def membersDescending: LazyList[Byte]

Enumerate the members in descending order.

Enumerate the members in descending order.

Inherited from
PartialPreviousUpperBounded
def minBound: Byte

Returns the lower limit of a type.

Returns the lower limit of a type.

Inherited from
LowerBounded
def order: Order[Byte]
Inherited from
BoundedEnumerable