Applies a transform to the assertion we will wait for.
public WaitUntilAssertable<TResult> Apply<TResult>(Func<T, Assertable<TResult>> transform) where TResult : class