Package | Description |
---|---|
com.atlassian.bamboo.util |
Modifier and Type | Method and Description |
---|---|
static <T,E extends Throwable> |
BambooIterables.find(@NotNull Iterable<T> iterable,
@NotNull ThrowingPredicate<? super T,E> predicate,
T defaultValue)
Returns the first element in
iterable that satisfies the given predicate, or defaultValue if none
found. |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.