Package 

Interface NumberState

  • All Implemented Interfaces:
    com.algolia.instantsearch.core.number.NumberView

    
    public interface NumberState<T extends Number>
     implements NumberView<T>
                        

    NumberView for compose.

    • Method Summary

      Modifier and Type Method Description
      abstract String getText() Text value.
      abstract <ERROR CLASS><T> getComputation() Computation value.
      • Methods inherited from class com.algolia.instantsearch.compose.number.NumberState

        setComputation, setText
      • Methods inherited from class java.lang.Object

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