Neg

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): T1 => A
Inherited from:
Function1
def apply(v1: Quantity[V, U]): R
Inherited from:
Function1
def compose[A](g: A => Quantity[V, U]): A => R
Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1