@FunctionalInterface public static interface ConditionPoll.Condition<T>
Modifier and Type | Method and Description |
---|---|
boolean |
conditionMet(T o)
Return whether or not the condition we are polling for has been met yet.
|
boolean conditionMet(T o)
Copyright © 2018. All rights reserved.