Package 

Interface FilterClear

  • All Implemented Interfaces:
    com.algolia.instantsearch.filter.clear.FilterClearView

    
    public interface FilterClear
     implements FilterClearView
                        

    FilterClearView for compose.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit clear() Triggers filter clear.
      abstract Function1<Unit, Unit> getOnClear()
      abstract Unit setOnClear(Function1<Unit, Unit> onClear)
      • Methods inherited from class java.lang.Object

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