Uses of Interface
io.github.mmm.property.booleans.ReadableBooleanProperty
-
Packages that use ReadableBooleanProperty Package Description io.github.mmm.property.booleans Contains property infrastructure forBoolean
.io.github.mmm.property.container Contains property infrastructure for containers (such as Collection or Map). -
-
Uses of ReadableBooleanProperty in io.github.mmm.property.booleans
Subinterfaces of ReadableBooleanProperty in io.github.mmm.property.booleans Modifier and Type Interface Description interface
WritableBooleanProperty
Classes in io.github.mmm.property.booleans that implement ReadableBooleanProperty Modifier and Type Class Description class
BooleanProperty
Implementation ofWritableBooleanProperty
. -
Uses of ReadableBooleanProperty in io.github.mmm.property.container
Methods in io.github.mmm.property.container that return ReadableBooleanProperty Modifier and Type Method Description ReadableBooleanProperty
ContainerProperty. emptyProperty()
ReadableBooleanProperty
ReadableContainerProperty. emptyProperty()
-