MultiLibraryLoader

A LibraryLoader that loads a library from a set of sources at once.

Parameters

name

name to assign to the library

loader

strategy to load libraries from a single source with

Constructors

Link copied to clipboard
constructor(name: String, loader: LibraryLoader<S>)

Functions

Link copied to clipboard
open override fun load(source: Set<S>): Library

Loads a library from a source.