mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
11 lines
254 B
Java
Generated
11 lines
254 B
Java
Generated
// Generated automatically from org.reactivestreams.Publisher for testing purposes
|
|
|
|
package org.reactivestreams;
|
|
|
|
import org.reactivestreams.Subscriber;
|
|
|
|
public interface Publisher<T>
|
|
{
|
|
void subscribe(org.reactivestreams.Subscriber<? super T> p0);
|
|
}
|