PropertyBag

org.finos.morphir.toolkit.props.PropertyBag
See thePropertyBag companion object
final class PropertyBag

Attributes

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

Members list

Value members

Concrete methods

def ++=(bindings: Seq[Binding[_]]): PropertyBag
def get[V](property: Property[V]): V
def hasProperty[V](property: Property[V]): Boolean
def set[V](property: Property[V], value: V): PropertyBag
def update[V](property: Property[V], f: V => V): PropertyBag