Module io.github.mmm.base
Package io.github.mmm.base.lang
Contains fundamental types missing in
java.base.-
Interface Summary Interface Description Builder<T> This is the generic interface for a builder.Composable<C> Interface for an object that may containchildren. -
Class Summary Class Description ToStringFormatter<V> FormatterFunctionthat delegates toObject.toString(). -
Enum Summary Enum Description Conjunction Enumwith the common boolean conjunction operatorsConjunction.AND,Conjunction.OR,Conjunction.NAND, andConjunction.NOR.