Resolver

interface Resolver<T>

Interface for resolving an instance of T object.

Inheritors

Properties

Link copied to clipboard
abstract val subject: String
Link copied to clipboard
open val subjectInput: Any?

Functions

Link copied to clipboard
abstract fun resolve(): T

Resolves the T object.

open fun Sequence<Pair<String, () -> T?>>.resolve(): T