Uses of Class
io.higson.runtime.model.value.ValueProperty
Packages that use ValueProperty
Package
Description
-
Uses of ValueProperty in io.higson.runtime.model.value
Methods in io.higson.runtime.model.value that return ValuePropertyModifier and TypeMethodDescriptionHandle.asValue()Property.asValue()GetsValuePropertybased on givenname. -
Uses of ValueProperty in io.higson.runtime.sync
Methods in io.higson.runtime.sync with parameters of type ValuePropertyModifier and TypeMethodDescriptionbooleanBundleSynchronizer.diff(ValueProperty v1, ValueProperty v2) booleanBundleSynchronizer.eq(ValueProperty v1, ValueProperty v2) -
Uses of ValueProperty in io.higson.runtime.sync.diff
Methods in io.higson.runtime.sync.diff that return ValuePropertyMethods in io.higson.runtime.sync.diff with parameters of type ValuePropertyModifier and TypeMethodDescriptionvoidEntityDiff.addValueDiff(PropertyDef propDef, String propName, ValueProperty v1, ValueProperty v2) Constructors in io.higson.runtime.sync.diff with parameters of type ValuePropertyModifierConstructorDescriptionValueDiff(PropertyDef def, String name, ValueProperty prev, ValueProperty next)