JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.teavm.classlib.java.util.concurrent
Interface TFlow.Publisher<T>
All Known Subinterfaces:
TFlow.Processor
<T,
R>
Enclosing class:
TFlow
public static interface
TFlow.Publisher<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
subscribe
(
TFlow.Subscriber
<? super
T
> s)
Method Details
subscribe
void
subscribe
(
TFlow.Subscriber
<? super
T
> s)