LibraryResolver

interface LibraryResolver

Interface for resolving libraries based on a given reference and arguments.

Example: %use dataframe(0.10.0-dev-1373)

Inheritors

Functions

Link copied to clipboard
abstract fun resolve(reference: LibraryReference, arguments: List<Variable>): LibraryDefinition?