Class OperableViewModel<I,​O>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected OperableViewModel​(android.app.Application application)  
    • Constructor Detail

      • OperableViewModel

        protected OperableViewModel​(android.app.Application application)
    • Method Detail

      • getOperation

        public androidx.lifecycle.LiveData<O> getOperation()
        Get the observable state of the operation.
      • setResult

        protected void setResult​(O output)