Package 

Interface SelectableListState

  • All Implemented Interfaces:
    com.algolia.instantsearch.core.selectable.list.SelectableListView

    
    public interface SelectableListState<T extends Object>
     implements SelectableListView<T>
                        

    SelectableListView for compose.

    • Method Summary

      Modifier and Type Method Description
      abstract List<<ERROR CLASS><T>> getItems() List of selectable items.
      abstract Function1<T, Unit> getOnSelection()
      abstract Unit setOnSelection(Function1<T, Unit> onSelection)
      • Methods inherited from class com.algolia.instantsearch.compose.selectable.list.SelectableListState

        setItems
      • Methods inherited from class java.lang.Object

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