PartialPrevious

trait PartialPrevious[@specialized A]

A typeclass with an operation which returns a member which is smaller or None than the one supplied.

A typeclass with an operation which returns a member which is smaller or None than the one supplied.

class Object
trait Matchable
class Any

Value members

Abstract methods

def partialPrevious(a: A): Option[A]