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, builder: ResolutionResourceBuilder.() -> Unit? = null): Any?
fun call(routine: String, resolver: ResolutionResource): Any?