Uses of Interface
com.atlassian.bamboo.util.ThrowingPredicate

Packages that use ThrowingPredicate
com.atlassian.bamboo.util   
 

Uses of ThrowingPredicate in com.atlassian.bamboo.util
 

Methods in com.atlassian.bamboo.util with parameters of type ThrowingPredicate
static
<T,E extends java.lang.Throwable>
T
BambooIterables.find(java.lang.Iterable<T> iterable, ThrowingPredicate<? super T,E> predicate, T defaultValue)
          Returns the first element in iterable that satisfies the given predicate, or defaultValue if none found.
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.