All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.frtu.kotlin.tool.function.FunctionRegistry.kt Maven / Gradle / Ivy

There is a newer version: 2.0.9
Show newest version
package com.github.frtu.kotlin.tool.function

import com.github.frtu.kotlin.action.management.ActionRegistry

/**
 * Registry for all usable functions
 */
class FunctionRegistry(
    registry: MutableList> = mutableListOf(),
) : ActionRegistry>(registry)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy