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 TypeMethodDescriptionbooleanget(@NonNull Function<? super String, ? extends CharSequence> properties) booleanbooleanget(@NonNull Properties properties) voidset(@NonNull BiConsumer<? super String, ? super String> properties, boolean value) voidvoidset(@NonNull Properties 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
-