WaitUntilAssertable<T>.Apply<TResult> method

Applies a transform to the assertion we will wait for.

public WaitUntilAssertable<TResult> Apply<TResult>(Func<T, Assertable<TResult>> transform)
    where TResult : class

See Also