org.finos.morphir.toolkit.props

Members list

Type members

Classlikes

sealed class Property[A](val name: String, val initial: A, val propertyChangeInterceptor: PropertyChangeInterceptor[A], tag: Tag[A]) extends Serializable

Attributes

Companion
object
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
object Property

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Property.type
final class PropertyBag

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type
object PropertyBag

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait PropertyChangeInterceptor[A] extends (A, A) => A

Attributes

Companion
object
Supertypes
trait (A, A) => A
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract case class PropertyValue[V]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PropertyValue

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type