public abstract class AbstractSelector<T> extends Object implements Selector<T>
| Constructor and Description |
|---|
AbstractSelector() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
doSelect(Collection<T> source) |
T |
select(Collection<T> source)
select
|
public T select(Collection<T> source)
Selectorprotected abstract T doSelect(Collection<T> source)
Copyright © 2022 The Apache Software Foundation. All rights reserved.