Package 

Interface FilterListState

  • All Implemented Interfaces:
    com.algolia.instantsearch.compose.selectable.list.SelectableListState , com.algolia.instantsearch.core.selectable.list.SelectableListView , com.algolia.instantsearch.filter.list.FilterListView

    
    public interface FilterListState<T extends Filter>
     implements FilterListView<T>, SelectableListState<T>
                        

    FilterListView for compose.

    • Method Summary

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

        setItems
      • Methods inherited from class java.lang.Object

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