io.github.rafal.laskowski.wait.ExpectedConditionWithArgument Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wait-until Show documentation
Show all versions of wait-until Show documentation
Library allows to wait until specified condition is met
The newest version!
package io.github.rafal.laskowski.wait;
import java.util.function.Function;
public interface ExpectedConditionWithArgument extends Function {
}