Class WatchServerTiles

  • All Implemented Interfaces:
    UseCase<java.lang.Void,​io.reactivex.rxjava3.core.Observable<Position>>

    @Singleton
    public class WatchServerTiles
    extends java.lang.Object
    implements UseCase<java.lang.Void,​io.reactivex.rxjava3.core.Observable<Position>>
    A User should be able to listen to changes from the server.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull io.reactivex.rxjava3.core.Observable<Position> execute​(java.lang.Void params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WatchServerTiles

        @Inject
        public WatchServerTiles​(dagger.Lazy<MinefieldRepository> repository)
    • Method Detail

      • execute

        @NotNull
        public @NotNull io.reactivex.rxjava3.core.Observable<Position> execute​(java.lang.Void params)
        Specified by:
        execute in interface UseCase<java.lang.Void,​io.reactivex.rxjava3.core.Observable<Position>>