ShortEnumerable

cats.kernel.instances.ShortEnumerable

Attributes

Source
ShortInstances.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes
class ShortOrder

Members list

Value members

Concrete methods

override def partialNext(a: Short): Option[Short]

Attributes

Definition Classes
Source
ShortInstances.scala
override def partialPrevious(a: Short): Option[Short]

Attributes

Definition Classes
Source
ShortInstances.scala

Inherited methods

def cycleNext(a: Short): A

Attributes

Inherited from:
BoundedEnumerable
Source
Enumerable.scala
def cyclePrevious(a: Short): A

Attributes

Inherited from:
BoundedEnumerable
Source
Enumerable.scala
def maxBound: A

Returns the upper limit of a type.

Returns the upper limit of a type.

Attributes

Inherited from:
UpperBounded
Source
Bounded.scala

Enumerate the members in ascending order.

Enumerate the members in ascending order.

Attributes

Inherited from:
PartialNextLowerBounded
Source
EnumerableCompat.scala

Enumerate the members in descending order.

Enumerate the members in descending order.

Attributes

Inherited from:
PartialPreviousUpperBounded
Source
EnumerableCompat.scala
def minBound: A

Returns the lower limit of a type.

Returns the lower limit of a type.

Attributes

Inherited from:
LowerBounded
Source
Bounded.scala
def order: Order[A]

Attributes

Inherited from:
BoundedEnumerable
Source
Enumerable.scala
override def partialOrder: PartialOrder[A]

Attributes

Definition Classes
Inherited from:
BoundedEnumerable
Source
Enumerable.scala