FieldOfType

org.finos.morphir.universe.ir.Field.FieldOfType
final implicit class FieldOfType[A](self: Field[Type[A]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def attributeTypeAs[Attribs](attributes: => Attribs): Field[Type[Attribs]]

Attributes the field with the given attributes.

Attributes the field with the given attributes.

Attributes

def attributeTypeWith[B](f: A => B): Field[Type[B]]

Attributes the field's type using the given function.

Attributes the field's type using the given function.

Attributes

def fieldType: Type[A]
def mapAttributes[B](f: A => B): Field[Type[B]]