Uses of Interface
org.apache.storm.utils.IPredicate
Packages that use IPredicate
-
Uses of IPredicate in org.apache.storm.utils
Methods in org.apache.storm.utils with parameters of type IPredicateModifier and TypeMethodDescriptionstatic <T> T
Utils.findOne
(IPredicate<T> pred, Collection<T> coll) Find the first item of coll for which pred.test(...) returns true.static <T,
U> T Utils.findOne
(IPredicate<T> pred, Map<U, T> map)