public class FightResHandler<T> extends Object
| Constructor and Description |
|---|
FightResHandler(Function<FNode<T>,Object> indexer,
Collector<FNode<T>,?,?> collector) |
| Modifier and Type | Method and Description |
|---|---|
Collector<FNode<T>,?,?> |
getCollector() |
Function<FNode<T>,Object> |
getIndexer() |
boolean |
isCollector() |
boolean |
isIndexer() |
Copyright © 2015. All rights reserved.