| Package | Description |
|---|---|
| net.zomis.fight.ext |
| Modifier and Type | Method and Description |
|---|---|
FightIndexer<T> |
FightIndexer.addData(String key,
Collector<T,?,?> collector) |
FightIndexer<T> |
FightIndexer.addIndex(String key,
Indexer<T> index) |
| Modifier and Type | Method and Description |
|---|---|
void |
FightRes.addFight(T fight,
FightIndexer<T> fightIndexer) |
FightRes<Fight<P,A>> |
GameFightNew.fightRandom(String name,
List<P> fighters,
int count,
FightIndexer<Fight<P,A>> indexer,
Function<ArenaParams<P>,A> arenaCreator,
Consumer<Fight<P,A>> process) |
<T> FightRes<T> |
GameFightNew.processStream(String name,
Stream<T> fightStream,
FightIndexer<T> indexer) |
Copyright © 2014. All rights reserved.