public class CollectionUtils extends Object
Constructor and Description |
---|
CollectionUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
except(Iterable<T> source,
Iterable<T> second) |
static <T> T |
firstOrDefault(Collection<? extends T> collection,
Function1<T,Boolean> predicate) |
Copyright © 2016. All Rights Reserved.