kotlin-mpp-playground
Toggle table of contents
0.1.0.0+42f3bb9
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-mpp-playground
profiling
/
dev.suresh
/
Counter
Counter
class
Counter
(
count
:
Long
=
0
)
:
Event
(
source
)
Members
Constructors
Counter
Link copied to clipboard
constructor
(
count
:
Long
=
0
)
Properties
is
Enabled
Link copied to clipboard
val
isEnabled
:
Boolean
Functions
begin
Link copied to clipboard
fun
begin
(
)
commit
Link copied to clipboard
fun
commit
(
)
end
Link copied to clipboard
fun
end
(
)
inc
Link copied to clipboard
fun
inc
(
)
:
Long
set
Link copied to clipboard
operator
fun
set
(
p0
:
Int
,
p1
:
Any
?
)
should
Commit
Link copied to clipboard
fun
shouldCommit
(
)
:
Boolean