WithResolutionFallback

final class WithResolutionFallback(val uriResolver: UriResolver) extends AnyVal

Extension of UriResolver with resolution fallback capability.

Extension of UriResolver with resolution fallback capability.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

Adds a second UriResolver as resolution fallback, if the first UriResolver fails with an exception for some URI.

Adds a second UriResolver as resolution fallback, if the first UriResolver fails with an exception for some URI.

Concrete fields