Class OperableViewModel<I,​O>

    • Constructor Detail

      • OperableViewModel

        protected OperableViewModel​(Application application)
    • Method Detail

      • getOperation

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

        protected void setResult​(O output)