public interface MaridArrays
| Modifier and Type | Method | Description |
|---|---|---|
static <E> boolean |
allMatch(@NotNull java.util.function.Predicate<E> predicate,
@NotNull E... args) |
|
static <E> boolean |
anyMatch(@NotNull java.util.function.Predicate<E> predicate,
@NotNull E... args) |
|
static <E> boolean |
noneMatch(@NotNull java.util.function.Predicate<E> predicate,
@NotNull E... args) |
@SafeVarargs
static <E> boolean allMatch(@NotNull
@NotNull java.util.function.Predicate<E> predicate,
@NotNull
@NotNull E... args)
@SafeVarargs
static <E> boolean noneMatch(@NotNull
@NotNull java.util.function.Predicate<E> predicate,
@NotNull
@NotNull E... args)
@SafeVarargs
static <E> boolean anyMatch(@NotNull
@NotNull java.util.function.Predicate<E> predicate,
@NotNull
@NotNull E... args)
Copyright © 2012–2018 MARID software development group. All rights reserved.