public class EPAssetPromiseBuilder<PARA> extends EPThenPromiseBuilder
| Modifier and Type | Method and Description |
|---|---|
PromiseVoid |
always() |
List<PromiseBool> |
assets() |
AssetPromise<PARA> |
build() |
List<PromiseCapture> |
captures() |
List<PromiseArg> |
executers() |
List<PromiseArg> |
failthrows() |
List<PromiseThen> |
thens() |
public List<PromiseBool> assets()
public List<PromiseArg> failthrows()
public List<PromiseThen> thens()
thens in class EPThenPromiseBuilderpublic List<PromiseArg> executers()
executers in class EPThenPromiseBuilderpublic List<PromiseCapture> captures()
captures in class EPThenPromiseBuilderpublic PromiseVoid always()
always in class EPThenPromiseBuilderpublic AssetPromise<PARA> build()
build in class EPThenPromiseBuilderCopyright © 2019. All rights reserved.