fromRegistry

inline fun <T : Keyed> fromRegistry(registry: PylonRegistry<T>): ConfigAdapter<T>(source)
fun <T : Keyed> fromRegistry(clazz: Class<T>, registry: Registry<T>): ConfigAdapter<T>(source)
inline fun <T : Keyed> fromRegistry(registry: Registry<T>): ConfigAdapter<T>(source)