T
- type of the element from which we extract the key.@FunctionalInterface public interface KeyExtractorFunction<T>
限定符和类型 | 字段和说明 |
---|---|
static KeyExtractorFunction<? extends Keyed<?>> |
FOR_KEYED_OBJECTS |
限定符和类型 | 方法和说明 |
---|---|
Object |
extractKeyFromElement(T element)
Returns the key for the given element by which the key-group can be computed.
|
static <T extends Keyed<?>> |
forKeyedObjects() |
static final KeyExtractorFunction<? extends Keyed<?>> FOR_KEYED_OBJECTS
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.