DeltaOrd

coulomb.ops.DeltaOrd
abstract class DeltaOrd[B, VL, UL, VR, UR] extends (DeltaQuantity[VL, UL, B], DeltaQuantity[VR, UR, B]) => Int

Attributes

Source:
ops.scala
Graph
Supertypes
trait (DeltaQuantity[VL, UL, B], DeltaQuantity[VR, UR, B]) => Int
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def apply(v1: DeltaQuantity[VL, UL, B], v2: DeltaQuantity[VR, UR, B]): R

Attributes

Inherited from:
Function2
def curried: T1 => T2 => R

Attributes

Inherited from:
Function2
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((T1, T2)) => R

Attributes

Inherited from:
Function2