// fake rx flowable package io.reactivex; import org.reactivestreams.Publisher; public abstract class Flowable implements Publisher { }