public class AwaitilityKtUntilFunCondition<T>
An intermediary data type that stores the ConditionFactory and fn for later use.
Note that this data class should never be instantiated or used directly. Instead use the
AwaitilityKt.untilCallTo extension function.
AwaitilityKt.untilCallTo,
AwaitilityKt.untilCallTo| Modifier and Type | Method and Description |
|---|---|
AwaitilityKtUntilFunCondition<T> |
copy(org.awaitility.core.ConditionFactory factory,
kotlin.jvm.functions.Function0<? extends T> fn)
An intermediary data type that stores the ConditionFactory and fn for later use.
Note that this data class should never be instantiated or used directly. Instead use the
AwaitilityKt.untilCallTo extension function. |
boolean |
equals(java.lang.Object p) |
int |
hashCode() |
java.lang.String |
toString() |
public AwaitilityKtUntilFunCondition<T> copy(org.awaitility.core.ConditionFactory factory, kotlin.jvm.functions.Function0<? extends T> fn)
An intermediary data type that stores the ConditionFactory and fn for later use.
Note that this data class should never be instantiated or used directly. Instead use the
AwaitilityKt.untilCallTo extension function.
factory - The condition factoryfn - The function to call in order to extract the value used by the predicateAwaitilityKt.untilCallTo,
AwaitilityKt.untilCallTopublic java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)