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