Uses of Interface
com.atlassian.bamboo.util.DoubleThrowingPredicate
-
Uses of DoubleThrowingPredicate in com.atlassian.bamboo.util
Modifier and TypeMethodDescriptionBambooIterables.find
(@NotNull Iterable<T> iterable, @NotNull DoubleThrowingPredicate<? super T, E, F> predicate, T defaultValue) Returns the first element initerable
that satisfies the given predicate, ordefaultValue
if none found.