public interface Fn
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
distinct(Function<? super T,?>... key) |
static <T> Predicate<T> |
duplicate(Function<? super T,?>... key) |
@SafeVarargs static <T> Predicate<T> distinct(Function<? super T,?>... key)
@SafeVarargs static <T> Predicate<T> duplicate(Function<? super T,?>... key)
Copyright © 2023. All rights reserved.