1// Signature format: 4.0 2package androidx.lifecycle { 3 4 public final class LiveDataReactiveStreams { 5 method public static <T> androidx.lifecycle.LiveData<T> fromPublisher(org.reactivestreams.Publisher<T>); 6 method public static <T> org.reactivestreams.Publisher<T> toPublisher(androidx.lifecycle.LifecycleOwner, androidx.lifecycle.LiveData<T>); 7 } 8 9} 10 11