public abstract class Streams extends Object
Constructor and Description |
---|
Streams()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <S> Collection<S> |
filter(Collection<S> source,
Predicate<? super S> predicate)
Deprecated.
|
static <S,T> Collection<T> |
map(Collection<S> source,
Function<? super S,T> function)
Deprecated.
|
static <S> boolean |
matchesAny(Collection<S> source,
Predicate<? super S> predicate)
Deprecated.
|
public static <S> Collection<S> filter(Collection<S> source, Predicate<? super S> predicate)
public static <S,T> Collection<T> map(Collection<S> source, Function<? super S,T> function)
public static <S> boolean matchesAny(Collection<S> source, Predicate<? super S> predicate)
Copyright © 2023 OpenClover.org. All rights reserved.