Neg

@implicitNotFound("Negation not defined in scope for Quantity[${V}, ${U}]")
abstract class Neg[V, U] extends Quantity[V, U] => Quantity[V, U]
Source:
ops.scala
trait Quantity[V, U] => Quantity[V, U]
class Object
trait Matchable
class Any

Value members

Inherited methods

def andThen[A](g: Quantity[V, U] => A): Quantity[V, U] => A
Inherited from:
Function1
def apply(v1: Quantity[V, U]): Quantity[V, U]
Inherited from:
Function1
def compose[A](g: A => Quantity[V, U]): A => Quantity[V, U]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1