public interface InteractBuilder
| Modifier and Type | Method and Description |
|---|---|
<R extends Result> |
until(Matcher<R> matcher)
Enters the interact loop and sets the matching predicate for the exit condition.
|
<R extends Result> |
when(Matcher<R> matcher)
Sets the matching predicate for the action condition.
|
<R extends Result> OngoingResult<R> when(Matcher<R> matcher)
R - the result type.matcher - the matcher.<R extends Result> R until(Matcher<R> matcher) throws IOException
R - the result type.matcher - the matcher.IOException - if I/O error occurs during matching.Copyright © 2014–2018 Alexey Gavrilov and contributors. All rights reserved.