Lt

final case class Lt[A, B]()(implicit ord: Ord[A] { type Boolean = B; }) extends NamedOp[A, A, B] with ProductWithAdjuncts
Companion:
object
trait Serializable
trait ProductWithAdjuncts
class NamedOp[A, A, B]
class Op[A, A, B]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def adjuncts: Adjuncts
Definition Classes
ProductWithAdjuncts
def apply(a: A, b: A): B
def name: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def productPrefix: String
Definition Classes
NamedOp -> Product
Inherited from:
NamedOp
override def toString: String
Definition Classes
NamedOp -> Any
Inherited from:
NamedOp