TtlIsOrdered

org.apache.pekko.io.dns.CachePolicy.Ttl.TtlIsOrdered
object TtlIsOrdered extends Ordering[Ttl]

Attributes

Source
CachePolicy.scala
Graph
Supertypes
trait Ordering[Ttl]
trait Equiv[Ttl]
trait Serializable
trait Comparator[Ttl]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

class OrderingOps(lhs: T)

Attributes

Inherited from:
Ordering
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def compare(a: Ttl, b: Ttl): Int

Attributes

Source
CachePolicy.scala

Inherited methods

override def equiv(x: Ttl, y: Ttl): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def gt(x: Ttl, y: Ttl): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def gteq(x: Ttl, y: Ttl): Boolean

Attributes

Definition Classes
Inherited from:
Ordering

Attributes

Inherited from:
Ordering
override def lt(x: Ttl, y: Ttl): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def lteq(x: Ttl, y: Ttl): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
def max[U <: Ttl](x: U, y: U): U

Attributes

Inherited from:
Ordering
def min[U <: Ttl](x: U, y: U): U

Attributes

Inherited from:
Ordering
def on[U](f: U => Ttl): Ordering[U]

Attributes

Inherited from:
Ordering

Attributes

Inherited from:
Ordering
def orElseBy[S](f: Ttl => S)(implicit ord: Ordering[S]): Ordering[Ttl]

Attributes

Inherited from:
Ordering
override def reverse: Ordering[Ttl]

Attributes

Definition Classes
Inherited from:
Ordering
def reversed(): Comparator[Ttl]

Attributes

Inherited from:
Comparator
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: Ttl <: <FromJavaObject>, _ <: U]): Comparator[Ttl]

Attributes

Inherited from:
Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: Ttl <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[Ttl]

Attributes

Inherited from:
Comparator
def thenComparing(x$0: Comparator[_ >: Ttl <: <FromJavaObject>]): Comparator[Ttl]

Attributes

Inherited from:
Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: Ttl <: <FromJavaObject>]): Comparator[Ttl]

Attributes

Inherited from:
Comparator
def thenComparingInt(x$0: ToIntFunction[_ >: Ttl <: <FromJavaObject>]): Comparator[Ttl]

Attributes

Inherited from:
Comparator
def thenComparingLong(x$0: ToLongFunction[_ >: Ttl <: <FromJavaObject>]): Comparator[Ttl]

Attributes

Inherited from:
Comparator
def tryCompare(x: Ttl, y: Ttl): Some[Int]

Attributes

Inherited from:
Ordering

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: Ttl): OrderingOps

Attributes

Inherited from:
Ordering