Subtract

org.finos.morphir.universe.modules.sdk.Basics.Subtract
final case class Subtract[A](left: A, right: A) extends NumericExpr[A]

Attributes

Graph
Supertypes
trait NumericExpr[A]
trait MorphirExpr[A]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type Number = A

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product