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 ConjunctionConjunction. negate()static ConjunctionConjunction. ofName(String name)static ConjunctionConjunction. ofSymbol(String symbol)static ConjunctionConjunction. 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.
-