-
- 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 StringgetText()Text value. abstract <ERROR CLASS><T>getComputation()Computation value. -
-
Method Detail
-
getComputation
abstract <ERROR CLASS><T> getComputation()
Computation value.
-
-
-
-