provideTo<R> method

R provideTo<R>(
  1. R fn<U>()
)

Calls the given function with this type provided as the single type argument

Implementation

R provideTo<R>(R Function<U>() fn) => _resolved.provideTo(fn);