Class MappedValueBoolean<F>
java.lang.Object
net.thevpc.common.props.impl.PropertyBase
net.thevpc.common.props.impl.ObservableValueBase<Boolean>
net.thevpc.common.props.impl.WritableValueBase<Boolean>
net.thevpc.common.props.impl.MappedValueBase<F,Boolean>
net.thevpc.common.props.impl.MappedValueBoolean<F>
- All Implemented Interfaces:
GetValueModel<Boolean>, ObservableBoolean, ObservableValue<Boolean>, Property, SetValueModel<Boolean>, WritableProperty, WritableValue<Boolean>, WritableValueModel<Boolean>
-
Field Summary
Fields inherited from class WritableValueBase
adjusters, vetosFields inherited from class ObservableValueBase
modelFields inherited from class PropertyBase
listeners, parentProperty -
Constructor Summary
ConstructorsConstructorDescriptionMappedValueBoolean(String name, ObservableValue<F> value, Function<F, Boolean> mapper) -
Method Summary
Methods inherited from class MappedValueBase
isWritableMethods inherited from class WritableValueBase
adjusters, createReadOnly, currentPath, get, model, set, vetosMethods inherited from class ObservableValueBase
equals, hashCode, toStringMethods inherited from class PropertyBase
createListeners, events, fullPropertyName, parentProperty, propagateEvents, propertyName, propertyType, userObjectsMethods inherited from interface ObservableBoolean
notMethods inherited from interface ObservableValue
bindConvert, bindTarget, doNonNull, get, getOr, getOrDefault, getRequired, isNotNull, isNull, mapBooleanValue, mapDoubleValue, mapEqualsValue, mapFloatValue, mapIntValue, mapLongValue, mapNotEqualsValue, mapStringValue, mapValue, mapValue, propertyClass, unbind, withValueMethods inherited from interface Property
events, getChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, withMethods inherited from interface WritableValue
bind, bind, bind, bind, bindSource, bindTo, getOrCompute, setAndBind, setAndBindConvert, setUsing, setUsingNonNull
-
Constructor Details
-
MappedValueBoolean
-
-
Method Details
-
readOnly
- Specified by:
readOnlyin interfaceObservableBoolean- Specified by:
readOnlyin interfaceObservableValue<F>- Specified by:
readOnlyin interfaceProperty- Overrides:
readOnlyin classWritableValueBase<Boolean>
-