Package 

Interface FilterCurrentState

  • All Implemented Interfaces:
    com.algolia.instantsearch.filter.current.FilterCurrentView

    
    public interface FilterCurrentState
     implements FilterCurrentView
                        

    FilterCurrentView for compose.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit )>selectFilter(<ERROR CLASS> filterAndID) Trigger a filter selection.
      abstract List<Pair<<ERROR CLASS>, String>> getFilters() List of current filters.
      abstract Function1<Pair<FilterGroupID, Filter>, Unit> getOnFilterSelected()
      abstract Unit setOnFilterSelected(Function1<Pair<FilterGroupID, Filter>, Unit> onFilterSelected)
      • Methods inherited from class com.algolia.instantsearch.compose.filter.current.FilterCurrentState

        setFilters
      • Methods inherited from class java.lang.Object

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