ValueConversion

coulomb.conversion.ValueConversion
abstract class ValueConversion[VF, VT] extends VF => VT

conversion of value types, assuming some constant unit type

Attributes

Source:
conversion.scala
Graph
Supertypes
trait VF => VT
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Inherited methods

def andThen[A](g: VT => A): T1 => A

Attributes

Inherited from:
Function1
def apply(v1: VF): R

Attributes

Inherited from:
Function1
def compose[A](g: A => VF): A => R

Attributes

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.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1