uiActions method

Stream<A> uiActions()

Implementation

Stream<A> uiActions() {
  return uiActionsSubject;
}