public interface SubstrateConstants
abstract Flow<RuntimeModuleConstant>
find(String moduleName, String constantName)
abstract <T extends Any> Flow<T>
fetch(String moduleName, String constantName, KClass<T> type)
abstract <T extends Any> T
fetch(RuntimeModuleConstant constant, KClass<T> type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Flow<RuntimeModuleConstant> find(String moduleName, String constantName)
abstract <T extends Any> Flow<T> fetch(String moduleName, String constantName, KClass<T> type)
abstract <T extends Any> T fetch(RuntimeModuleConstant constant, KClass<T> type)