Counter Holder

data class CounterHolder(val state: State<Int>, val inc: IncFn, val dec: DecFn, val setValue: SetValueFn<SetterEither<Int>>, val reset: ResetFn)

Constructors

Link copied to clipboard
constructor(state: State<Int>, inc: IncFn, dec: DecFn, setValue: SetValueFn<SetterEither<Int>>, reset: ResetFn)

Properties

Link copied to clipboard
val dec: DecFn
Link copied to clipboard
val inc: IncFn
Link copied to clipboard
val reset: ResetFn
Link copied to clipboard
val setValue: SetValueFn<SetterEither<Int>>
Link copied to clipboard