Home | History | Annotate | Download | only in api
      1 package androidx.lifecycle {
      2 
      3   public final class LiveDataReactiveStreams {
      4     method public static <T> androidx.lifecycle.LiveData<T> fromPublisher(org.reactivestreams.Publisher<T>);
      5     method public static <T> org.reactivestreams.Publisher<T> toPublisher(androidx.lifecycle.LifecycleOwner, androidx.lifecycle.LiveData<T>);
      6   }
      7 
      8 }
      9 
     10