| Modifier and Type | Method and Description |
|---|---|
<R> FunctionalTransaction<Pair<T,R>> |
FunctionalTransaction.and(FunctionWithException<T,R> f)
Creates another transaction and chains it to this one preserving the intermediate result.
|
<R> FunctionalTransaction<R> |
FunctionalTransaction.then(FunctionWithException<T,R> function)
Creates another transaction and chains it to this one.
|
| Constructor and Description |
|---|
FunctionalTransaction(FunctionWithException<I,T> function,
FunctionalTransaction<I> previous)
Constructs a lightweight transaction chained to a previous one.
|
Copyright © 2019. All rights reserved.