Package 

Class SeekerState


  • @Stable() 
    public final class SeekerState
    
                        

    A state object which can be hoisted to observe the current segment of Seeker. In most cases this will be created by rememberSeekerState

    • Constructor Summary

      Constructors 
      Constructor Description
      SeekerState()
    • Method Summary

      Modifier and Type Method Description
      final Segment getCurrentSegment() The current segment corresponding to the current seeker value.
      final Unit setCurrentSegment(Segment currentSegment) The current segment corresponding to the current seeker value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SeekerState

        SeekerState()