Class StoredBooleanProperty

java.lang.Object
dev.prozilla.pine.common.property.storage.StoredProperty<Boolean>
dev.prozilla.pine.common.property.storage.StoredBooleanProperty
All Implemented Interfaces:
Destructible, BooleanProperty, MutableBooleanProperty, MutableObjectProperty<Boolean>, MutableProperty<Boolean>, NonNullProperty<Boolean>, Property<Boolean>, Functor<Boolean>

public class StoredBooleanProperty extends StoredProperty<Boolean> implements MutableBooleanProperty
  • Constructor Details

    • StoredBooleanProperty

      public StoredBooleanProperty(Storage storage, String key)
  • Method Details