Uses of Interface
org.apache.storm.utils.IPredicate
-
Uses of IPredicate in org.apache.storm.utils
Modifier 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)