Uses of Class
org.praxislive.core.types.PBoolean
-
Packages that use PBoolean Package Description org.praxislive.core.types -
-
Uses of PBoolean in org.praxislive.core.types
Fields in org.praxislive.core.types declared as PBoolean Modifier and Type Field Description static PBoolean
PBoolean. FALSE
static PBoolean
PBoolean. TRUE
Methods in org.praxislive.core.types that return PBoolean Modifier and Type Method Description static PBoolean
PBoolean. of(boolean value)
static PBoolean
PBoolean. parse(String str)
Methods in org.praxislive.core.types that return types with arguments of type PBoolean Modifier and Type Method Description static Optional<PBoolean>
PBoolean. from(Value arg)
-