AlgebraicDUC

class AlgebraicDUC[B, UF, UT](c: Algebraic, df: Algebraic, dt: Algebraic) extends DeltaUnitConversion[Algebraic, B, UF, UT]
Source:
unit.scala
class DeltaUnitConversion[Algebraic, B, UF, UT]
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

def andThen[A](g: Algebraic => A): Algebraic => A
Inherited from:
Function1
def compose[A](g: A => Algebraic): A => Algebraic
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1