T - the type of the first argument to the function.U - the type of the second argument to the function.@FunctionalInterface public interface ToBooleanBiFunction<T,U>
boolean-producing primitive
specialization for BiFunction.BiFunction| Modifier and Type | Method and Description |
|---|---|
boolean |
applyAsBoolean(T t,
U u)
Applies this function to the given arguments.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.