Package nbbrd.io.text

Class BooleanProperty

java.lang.Object
nbbrd.io.text.BaseProperty
nbbrd.io.text.BooleanProperty
All Implemented Interfaces:
CharSequence

public final class BooleanProperty extends BaseProperty
  • Constructor Details

    • BooleanProperty

      public BooleanProperty()
  • Method Details

    • get

      public boolean get(@NonNull @NonNull Function<? super String,? extends CharSequence> properties)
    • get

      public boolean get(@NonNull @NonNull Properties properties)
    • get

      public boolean get(@NonNull @NonNull Map<String,String> properties)
    • set

      public void set(@NonNull @NonNull BiConsumer<? super String,? super String> properties, boolean value)
    • set

      public void set(@NonNull @NonNull Properties properties, boolean value)
    • set

      public void set(@NonNull @NonNull Map<String,String> properties, boolean value)