JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
com.github.sttk.sabi
com.github.sttk.sabi
Logic
Uses of Interface
com.github.sttk.sabi.Logic
Uses of
Logic
in
com.github.sttk.sabi
Methods in
com.github.sttk.sabi
with parameters of type
Logic
Modifier and Type
Method
Description
<D> void
DataHub.
run
(
Logic
<D> logic)
Executes the provided application
Logic
without transactional boundaries.
<D> void
DataHub.
txn
(
Logic
<D> logic)
Executes the provided application
Logic
within a transactional context.