public class ChainedSupplier<RESULT> extends Object implements Supplier<RESULT>
| Constructor and Description |
|---|
ChainedSupplier(Supplier<RESULT> delegate,
ExecutionFactory executionFactory) |
| Modifier and Type | Method and Description |
|---|---|
InstanceExecutionFactoryBuilder<RESULT> |
andThen() |
RESULT |
get()
Gets a result.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, fixedSupplierpublic ChainedSupplier(Supplier<RESULT> delegate, ExecutionFactory executionFactory)
public InstanceExecutionFactoryBuilder<RESULT> andThen()
Copyright © 2019. All rights reserved.