@FunctionalInterface public interface WaitStarter<T>
Modifier and Type | Method and Description |
---|---|
T |
apply(Duration timeout,
Consumer<T> progress) |
T apply(Duration timeout, Consumer<T> progress) throws TimeoutException
TimeoutException
Copyright © 2023. All rights reserved.