Package 

Interface SelectableItemState

  • All Implemented Interfaces:
    com.algolia.instantsearch.core.selectable.SelectableItemView

    
    public interface SelectableItemState<T extends Object>
     implements SelectableItemView<T>
                        

    SelectableItemView for compose.

    • Method Summary

      Modifier and Type Method Description
      abstract T getItem() Value item state.
      abstract Boolean getIsSelected() Selection state.
      abstract Function1<Boolean, Unit> getOnSelectionChanged()
      abstract Unit setOnSelectionChanged(Function1<Boolean, Unit> onSelectionChanged)
      • Methods inherited from class com.algolia.instantsearch.compose.selectable.SelectableItemState

        setIsSelected, setItem
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait