Class RandomBooleanProperty

java.lang.Object
dev.prozilla.pine.common.property.random.RandomProperty<Boolean>
dev.prozilla.pine.common.property.random.RandomBooleanProperty
All Implemented Interfaces:
BooleanProperty, NonNullProperty<Boolean>, Property<Boolean>, Functor<Boolean>
Direct Known Subclasses:
LocalRandomBooleanProperty

public class RandomBooleanProperty extends RandomProperty<Boolean> implements BooleanProperty
A property with a randomized boolean value.
  • Constructor Details

    • RandomBooleanProperty

      public RandomBooleanProperty()
  • Method Details

    • get

      public boolean get()
      Description copied from interface: BooleanProperty
      Returns the primitive value of this property.
      Specified by:
      get in interface BooleanProperty
      Returns:
      The primitive value of this property.