Interface NBAdvisorCondition<T>

All Superinterfaces:
Function<T,NBAdvisorPoint.Result<T>>, Predicate<T>
All Known Implementing Classes:
Deprecated, NoHyphens, NoSpaces, ValidName

public interface NBAdvisorCondition<T> extends Function<T,NBAdvisorPoint.Result<T>>, Predicate<T>