Basic

org.finos.morphir.datamodel.Concept$.Basic
See theBasic companion object
sealed trait Basic[+A] extends Concept

Attributes

Companion
object
Graph
Supertypes
trait Concept
class Object
trait Matchable
class Any
Known subtypes
object Boolean.type
object Byte.type
object Char.type
object Decimal.type
object Int16.type
object Int32.type
object Integer.type
object LocalDate.type
object LocalTime.type
object Month.type
object Nothing.type
object String.type
object Unit.type
Show all

Members list

Value members

Inherited methods

def collect[T](p: PartialFunction[Concept, T]): Chunk[T]

Attributes

Inherited from:
Concept
def collectAll: Chunk[Concept]

Attributes

Inherited from:
Concept