Uses of Interface
org.apache.commons.lang3.function.ToBooleanBiFunction
-
Packages that use ToBooleanBiFunction Package Description org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.lang
classes. -
-
Uses of ToBooleanBiFunction in org.apache.commons.lang3
Methods in org.apache.commons.lang3 with parameters of type ToBooleanBiFunction Modifier and Type Method Description private static boolean
StringUtils. containsAny(ToBooleanBiFunction<java.lang.CharSequence,java.lang.CharSequence> test, java.lang.CharSequence cs, java.lang.CharSequence... searchCharSequences)
Checks if the CharSequence contains any of the CharSequences in the given array.
-