Uses of Interface
microsoft.exchange.webservices.data.core.IPredicate
-
Packages that use IPredicate Package Description microsoft.exchange.webservices.data.core -
-
Uses of IPredicate in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type IPredicate Modifier and Type Method Description static intEwsUtilities. countMatchingChars(String str, IPredicate<Character> charPredicate)Count characters in string that match a condition.static <T> booleanEwsUtilities. trueForAll(Iterable<T> collection, IPredicate<T> predicate)Determines whether every element in the collection matches the conditions defined by the specified predicate.
-