SealedResolver
Symbolic: Sealed Resolver
Describes a Symbolic resolver which is "sealed" or "closed;" requests for symbols which cannot be resolved will result in an exception (Unresolved).
Parameters
T
Symbolic type which can be resolved, by this resolver, to a Concrete type.
Concrete
Concrete type which can be resolved from type T.
Inheritors
Functions
Link copied to clipboard
Resolves a symbol or throws Unresolved; this interface is a hold-over from previous versions of Elide, and it is marked for deletion in the next release.
Link copied to clipboard
Create an Unresolved exception for the given symbol; it is up to the caller to throw the exception so that stacktrace info remains accurate.