UnitEnumerable

cats.kernel.instances.UnitEnumerable

Attributes

Source
UnitInstances.scala
Graph
Supertypes
trait PartialNext[Unit]
class Object
trait Matchable
class Any
Show all
Known subtypes
class UnitOrder

Members list

Value members

Concrete methods

override def partialNext(x: Unit): Option[Unit]

Attributes

Definition Classes
Source
UnitInstances.scala
override def partialPrevious(x: Unit): Option[Unit]

Attributes

Definition Classes
Source
UnitInstances.scala

Inherited methods

def cycleNext(a: Unit): A

Attributes

Inherited from:
BoundedEnumerable
Source
Enumerable.scala
def cyclePrevious(a: Unit): 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