| Modifier and Type | Method and Description |
|---|---|
Array<E> |
Array.filter(java.util.function.Predicate<E> predicate)
Filter this Array by a given Predicate.
|
<O> Array<O> |
Array.map(java.util.function.Function<E,O> toMap)
Apply a function to each element of the Array, and return an Array of the returned elements.
|
Copyright © 2019. All rights reserved.