Library

open class Library(val routines: Map<String, Node>)

Constructors

Link copied to clipboard
constructor(routines: Map<String, Node>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun call(routine: String, resolver: ResolutionResource): Any?
fun call(routine: String, strict: Boolean = false, builder: ResolutionResourceBuilder.() -> Unit? = null): Any?
fun call(routine: String, strict: Boolean, resolver: ResolutionResource): Any?