Min

final case class Min[A](num: Num[A]) extends PureOp[A, A]
trait Serializable
class PureOp[A, A]
class Op[A, A]
trait ProductWithAdjuncts
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

final type State[T <: Exec[T]] = Unit
Inherited from
PureOp

Value members

Concrete methods

override def adjuncts: List[Adjunct]
Definition Classes
ProductWithAdjuncts
def apply(a: A, b: A): A
def name: String

Inherited methods

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