-
public final class SelectableItemStateKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static <ERROR CLASS><T>selectableItem
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS><T>getSelectableItem()final static <T extends Any> SelectableItemState<T>)>SelectableItemState(<ERROR CLASS><T> selectableItem)Creates an instance of SelectableListState. final static <T extends Any> SelectableItemState<T>SelectableItemState(T item, Boolean isSelected)Creates an instance of SelectableListState. -
-
Method Detail
-
getSelectableItem
final <ERROR CLASS><T> getSelectableItem()
-
SelectableItemState
final static <T extends Any> SelectableItemState<T> )>SelectableItemState(<ERROR CLASS><T> selectableItem)
Creates an instance of SelectableListState.
- Parameters:
selectableItem- initial selectable item value
-
SelectableItemState
final static <T extends Any> SelectableItemState<T> SelectableItemState(T item, Boolean isSelected)
Creates an instance of SelectableListState.
- Parameters:
item- initial selectable itemisSelected- initial selection state value
-
-
-
-