Uses of Interface
org.multiverse.api.callables.TxnBooleanCallable
Packages that use TxnBooleanCallable
-
Uses of TxnBooleanCallable in org.multiverse.api
Methods in org.multiverse.api with parameters of type TxnBooleanCallableModifier and TypeMethodDescriptionstatic booleanStmUtils.atomic(TxnBooleanCallable callable) Executes the callable transactionally on the GlobalStmInstance using the default TxnExecutor.static booleanStmUtils.atomic(TxnBooleanCallable either, TxnBooleanCallable orelse) Executes the either block, or in case of a retry, the orelse block is executed.static booleanStmUtils.atomicChecked(TxnBooleanCallable callable) Executes the callable transactionally on the GlobalStmInstance using the default TxnExecutor.static booleanStmUtils.atomicChecked(TxnBooleanCallable either, TxnBooleanCallable orelse) Executes the either block, or in case of a retry, the orelse block is executed.booleanOrElseBlock.execute(TxnBooleanCallable either, TxnBooleanCallable orelse) Executes the either, or when it is retried, the orelse block.booleanTxnExecutor.execute(TxnBooleanCallable callable) Executes the transactional callable.booleanOrElseBlock.executeChecked(TxnBooleanCallable either, TxnBooleanCallable orelse) Executes the either, or when it is retried, the orelse block.booleanTxnExecutor.executeChecked(TxnBooleanCallable callable) Executes the callable. -
Uses of TxnBooleanCallable in org.multiverse.stms.gamma
Methods in org.multiverse.stms.gamma with parameters of type TxnBooleanCallableModifier and TypeMethodDescriptionbooleanFatGammaTxnExecutor.execute(TxnBooleanCallable callable) private booleanFatGammaTxnExecutor.execute(GammaTxn tx, TxnThreadLocal.Container transactionContainer, GammaTxnPool pool, TxnBooleanCallable callable) booleanGammaOrElseBlock.execute(TxnBooleanCallable either, TxnBooleanCallable orelse) final booleanLeanGammaTxnExecutor.execute(TxnBooleanCallable callable) final booleanFatGammaTxnExecutor.executeChecked(TxnBooleanCallable callable) booleanGammaOrElseBlock.executeChecked(TxnBooleanCallable either, TxnBooleanCallable orelse) final booleanLeanGammaTxnExecutor.executeChecked(TxnBooleanCallable callable)