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