public interface Fn
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Fn.C3<T1,T2,T3>
Consumer3
|
static interface |
Fn.C4<T1,T2,T3,T4>
Consumer4
|
static interface |
Fn.C5<T1,T2,T3,T4,T5>
Consumer5
|
static interface |
Fn.F3<T1,T2,T3,R>
Function3
|
static interface |
Fn.F4<T1,T2,T3,T4,R>
Function4
|
static interface |
Fn.F5<T1,T2,T3,T4,T5,R>
Function5
|
static interface |
Fn.P3<T1,T2,T3>
Predicate3
|
static interface |
Fn.P4<T1,T2,T3,T4>
Predicate4
|
static interface |
Fn.P5<T1,T2,T3,T4,T5>
Predicate5
|
| 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 © 2024. All rights reserved.