Concept

org.finos.morphir.datamodel.Concept
See theConcept companion object
sealed trait Concept

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Alias
object Any.type
trait Basic[A]
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
class Enum
class List
class Map
class Optional
class Record
class Struct
class Tuple
class Union
Show all
Self type

Members list

Value members

Concrete methods

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