Package live

Interface MutableLiveBool

All Superinterfaces:
LiveBool
All Known Implementing Classes:
SimpleLiveBool

public interface MutableLiveBool extends LiveBool
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setValue(boolean value)
     
    default void
     

    Methods inherited from interface live.LiveBool

    addListener, getValue
  • Method Details

    • setValue

      void setValue(boolean value)
    • toggle

      default void toggle()