public class FinderUtil extends Object
| Constructor and Description |
|---|
FinderUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Finder |
cascade(Finder first,
Finder second)
Create a continuation object which is a cascade of two
continuation objects.
|
static Finder |
cascade(Finder first,
Finder second,
Finder third)
Create a continuation object which is a cascade of three
continuation objects.
|
static Finder |
cascade(Finder first,
Finder second,
Finder third,
Finder fourth)
Create a continuation object which is a cascade of four
continuation objects.
|
public static Finder cascade(Finder first, Finder second)
first - the first Graph/Finder to trysecond - the second Graph/Finder to trypublic static Finder cascade(Finder first, Finder second, Finder third)
first - the first Graph/Finder to trysecond - the second Graph/Finder to trythird - the third Graph/Finder to trypublic static Finder cascade(Finder first, Finder second, Finder third, Finder fourth)
first - the first Graph/Finder to trysecond - the second Graph/Finder to trythird - the third Graph/Finder to tryfourth - the third Graph/Finder to tryLicenced under the Apache License, Version 2.0