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 PBooleanPBoolean. FALSEstatic PBooleanPBoolean. TRUEMethods in org.praxislive.core.types that return PBoolean Modifier and Type Method Description static PBooleanPBoolean. of(boolean value)static PBooleanPBoolean. 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)
-