###
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
###
shared
/
org.danbrough.hb
/
Habitrack
Habitrack
interface
Habitrack
:
Transacter
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
h
BQueries
Link copied to clipboard
abstract
val
hBQueries
:
HBQueries
Functions
transaction
Link copied to clipboard
abstract
fun
transaction
(
noEnclosing
:
Boolean
,
body
:
TransactionWithoutReturn
.
(
)
->
Unit
)
transaction
With
Result
Link copied to clipboard
abstract
fun
<
R
>
transactionWithResult
(
noEnclosing
:
Boolean
,
bodyWithReturn
:
TransactionWithReturn
<
R
>
.
(
)
->
R
)
:
R