Package org.nd4j.common.function
Interface BiPredicate<T,U>
-
public interface BiPredicate<T,U>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(T t, U u)Evaluate the predicate
-