Uses of Interface
io.selendroid.util.Function

Packages that use Function
io.selendroid.android   
 

Uses of Function in io.selendroid.android
 

Methods in io.selendroid.android with parameters of type Function
<T> T
Wait.until(Function<F,T> isTrue)
          Implementations should wait until the condition evaluates to a value that is neither null nor false.
<T> T
AndroidWait.until(Function<Void,T> isTrue)
           
 



Copyright © 2014. All rights reserved.