Uses of Class
io.github.mmm.base.lang.Conjunction
-
Packages that use Conjunction Package Description io.github.mmm.base.lang Contains fundamental types missing injava.base
. -
-
Uses of Conjunction in io.github.mmm.base.lang
Methods in io.github.mmm.base.lang that return Conjunction Modifier and Type Method Description abstract Conjunction
Conjunction. negate()
static Conjunction
Conjunction. ofName(String name)
static Conjunction
Conjunction. ofSymbol(String symbol)
static Conjunction
Conjunction. valueOf(String name)
Returns the enum constant of this type with the specified name.static Conjunction[]
Conjunction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-