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

Packages that use DoubleThrowingPredicate
com.atlassian.bamboo.util   
 

Uses of DoubleThrowingPredicate in com.atlassian.bamboo.util
 

Methods in com.atlassian.bamboo.util with parameters of type DoubleThrowingPredicate
static
<T,E extends java.lang.Throwable,F extends java.lang.Throwable>
T
BambooIterables.find(java.lang.Iterable<T> iterable, DoubleThrowingPredicate<? super T,E,F> 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.