Uses of Interface
microsoft.exchange.webservices.data.core.IPredicate

Packages that use IPredicate
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
static int EwsUtilities.countMatchingChars(String str, IPredicate<Character> charPredicate)
          Count characters in string that match a condition.
static
<T> boolean
EwsUtilities.trueForAll(Iterable<T> collection, IPredicate<T> predicate)
          Determines whether every element in the collection matches the conditions defined by the specified predicate.
 



Copyright © 2012–2015 Microsoft. All rights reserved.