public abstract class XLambda extends Object
| Constructor and Description |
|---|
XLambda() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
findFirst(Collection<T> collection,
Predicate<? super T> predicate) |
public static <T> T findFirst(Collection<T> collection, Predicate<? super T> predicate)
Copyright © 2023. All rights reserved.