Uses of Interface
com.rezzedup.util.constants.Constant
-
Packages that use Constant Package Description com.rezzedup.util.constants Utilities forstatic finalconstants. -
-
Uses of Constant in com.rezzedup.util.constants
Methods in com.rezzedup.util.constants that return types with arguments of type Constant Modifier and Type Method Description Stream<Constant<T>>Aggregates.Pending.Aggregation. stream()Streams all constants matching the specified type and previously-defined rules.default Stream<Constant<?>>Constants.ConstantStream. streamAllConstants()Streams all constants from the source class.default Stream<Constant<?>>Constants.ConstantStream. streamPublicConstants()Streams accessiblepublicconstants from the source class.
-