Package | Description |
---|---|
com.atlassian.bamboo.util |
Modifier and Type | Method and Description |
---|---|
static <T,E extends Throwable,F extends Throwable> |
BambooIterables.find(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 © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.