Package nbbrd.io.text
Class BooleanProperty
java.lang.Object
nbbrd.io.text.BaseProperty
nbbrd.io.text.BooleanProperty
- All Implemented Interfaces:
CharSequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanget(@NonNull Properties properties) booleanget(@NonNull Function<? super String, ? extends CharSequence> properties) voidvoidset(@NonNull Properties properties, boolean value) voidset(@NonNull BiConsumer<? super String, ? super String> properties, boolean value) Methods inherited from class nbbrd.io.text.BaseProperty
charAt, chars, codePoints, getKey, keysOf, length, subSequence, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
isEmpty
-
Constructor Details
-
BooleanProperty
public BooleanProperty()
-
-
Method Details
-
get
-
get
-
get
-
set
public void set(@NonNull @NonNull BiConsumer<? super String, ? super String> properties, boolean value) -
set
-
set
-