| androidx.test.espresso.web.model.Atom<R> |
|
SimpleAtom, TransformingAtom<I, O>
| |||||||||||||||
An Atom is a thin wrapper around javascript.
The wrapped script can return a value or be a statement. The Atom can supply positional arguments to pass to the wrapped script. The Atom knows how to transform the result of the evaluation of the script into a higher level object.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a list of arguments to pass to the script.
| |||||||||||
Provides the script to be evaluated.
| |||||||||||
Converts an Evaluation into another more suitable type.
| |||||||||||
Converts an Evaluation into another more suitable type.
| Parameters | |
|---|---|
evaluation |
Evaluation |
| Returns | |
|---|---|
R |
|