CustomDeriver

org.finos.morphir.datamodel.CustomDeriver
See theCustomDeriver companion object
trait CustomDeriver[T] extends Deriver[T]

Attributes

Companion
object
Graph
Supertypes
trait Deriver[T]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def derive(value: T): Data

Concrete methods

inline def aliasedAs(alias: String): CustomDeriver[A] { def concept: Alias; }
Extension method from org.finos.morphir.datamodel
def contramap[R](f: R => T): CustomDeriver[R]
def contramapWithConcept[R](concept0: Concept)(f: R => T): CustomDeriver[R]

Inherited methods

final def apply(value: T): Data

Attributes

Inherited from:
Deriver