PartialPreviousUpperBounded

cats.kernel.PartialPreviousUpperBounded

Attributes

Source
EnumerableCompat.scala
Graph
Supertypes
trait UpperBounded[A]
trait PartialNext[A]
trait PartialPrevious[A]
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete methods

Enumerate the members in descending order.

Enumerate the members in descending order.

Attributes

Source
EnumerableCompat.scala

Inherited methods

def maxBound: A

Returns the upper limit of a type.

Returns the upper limit of a type.

Attributes

Inherited from:
UpperBounded
Source
Bounded.scala
def partialNext(a: A): Option[A]

Attributes

Inherited from:
PartialNext
Source
Enumerable.scala

Attributes

Inherited from:
UpperBounded
Source
Bounded.scala
def partialPrevious(a: A): Option[A]

Attributes

Inherited from:
PartialPrevious
Source
Enumerable.scala