Object HTIntSyncSlot.Companion
-
- All Implemented Interfaces:
public class HTIntSyncSlot.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static HTIntSyncSlot.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static HTIntSyncSlotcreate(IntArray array, Integer index)final static HTIntSyncSlotcreate(KMutableProperty0<Integer> property)final static HTIntSyncSlotcreate(IntSupplier getter, IntConsumer setter)-
-
Method Detail
-
create
final static HTIntSyncSlot create(IntArray array, Integer index)
-
create
final static HTIntSyncSlot create(KMutableProperty0<Integer> property)
-
create
final static HTIntSyncSlot create(IntSupplier getter, IntConsumer setter)
-
-
-
-