mirror of
https://github.com/github/codeql.git
synced 2026-08-03 17:03:02 +02: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);
|
|
}
|