present abstract method

void present(
  1. Either<F, S> response
)

Presents the response

Usually the implementation of this method updated An observable the UI is listening to.

Implementation

void present(final Either<F, S> response);