TwoKeysMultiValuePairOrd

zhttp.clients.util.TwoKeysMultiValuePairOrd
class TwoKeysMultiValuePairOrd[A1, A2, B](val key1: A1, val key2: A2, val value: B)(implicit ord1: A1 => Ordered[A1], ord2: A2 => Ordered[A2], ord3: B => Ordered[B]) extends Ordered[TwoKeysMultiValuePairOrd[A1, A2, B]]

Attributes

Graph
Supertypes
trait Ordered[TwoKeysMultiValuePairOrd[A1, A2, B]]
trait Comparable[TwoKeysMultiValuePairOrd[A1, A2, B]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def compare(that: TwoKeysMultiValuePairOrd[A1, A2, B]): Int

Attributes

Definition Classes
Ordered

Inherited methods

def <(that: TwoKeysMultiValuePairOrd[A1, A2, B]): Boolean

Attributes

Inherited from:
Ordered
def <=(that: TwoKeysMultiValuePairOrd[A1, A2, B]): Boolean

Attributes

Inherited from:
Ordered
def >(that: TwoKeysMultiValuePairOrd[A1, A2, B]): Boolean

Attributes

Inherited from:
Ordered
def >=(that: TwoKeysMultiValuePairOrd[A1, A2, B]): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: TwoKeysMultiValuePairOrd[A1, A2, B]): Int

Attributes

Inherited from:
Ordered

Concrete fields

val key1: A1
val key2: A2
val value: B