public class ListUtils extends Object
Constructor and Description |
---|
ListUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> boolean |
allMatch(Predicate<T> predicate,
List<T> list) |
static <T> boolean |
allMatch(Predicate<T> predicate,
T[] list) |
static <T> boolean |
anyMatch(Predicate<T> predicate,
T[] list) |
static <T,R> List<R> |
map(Function<T,R> function,
List<T> list) |
static <T,R> List<R> |
map(Function<T,R> function,
T[] list) |
Copyright © 2015–2022 ImgLib2. All rights reserved.