public class BLCArrayUtils extends Object
| Constructor and Description |
|---|
BLCArrayUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
contains(T[] array,
TypedPredicate<T> predicate)
Given an array and a typed predicate, determines if the array has an object that matches the condition of the
predicate.
|
public static <T> boolean contains(T[] array,
TypedPredicate<T> predicate)
array - predicate - Copyright © 2017. All Rights Reserved.