Class FixedBooleanProperty

java.lang.Object
dev.prozilla.pine.common.property.fixed.FixedBooleanProperty
All Implemented Interfaces:
BooleanProperty, FixedProperty<Boolean>, NonNullProperty<Boolean>, Property<Boolean>, Functor<Boolean>

public abstract class FixedBooleanProperty extends Object implements BooleanProperty, FixedProperty<Boolean>