Uses of Class
com.github.mike10004.xvfbmanager.Poller.PollAnswer
-
-
Uses of Poller.PollAnswer in com.github.mike10004.xvfbmanager
Methods in com.github.mike10004.xvfbmanager that return Poller.PollAnswer Modifier and Type Method Description protected static <E> Poller.PollAnswer<E>Poller. abortPolling()protected static <E> Poller.PollAnswer<E>Poller. abortPolling(E value)protected abstract Poller.PollAnswer<T>Poller. check(int pollAttemptsSoFar)Checks whether the state being questioned has been resolved.protected Poller.PollAnswer<Void>Poller.SimplePoller. check(int pollAttemptsSoFar)protected static <E> Poller.PollAnswer<E>Poller. continuePolling()protected static <E> Poller.PollAnswer<E>Poller. resolve(E value)
-