| Modifier and Type | Method and Description | 
|---|---|
<T> Read.Bounded<T> | 
from(BoundedSource<T> source)
Returns a new  
Read.Bounded PTransform reading from the given BoundedSource. | 
<T> Read.Unbounded<T> | 
from(UnboundedSource<T,?> source)
Returns a new  
Read.Unbounded PTransform reading from the given UnboundedSource. | 
public <T> Read.Bounded<T> from(BoundedSource<T> source)
Read.Bounded PTransform reading from the given BoundedSource.public <T> Read.Unbounded<T> from(UnboundedSource<T,?> source)
Read.Unbounded PTransform reading from the given UnboundedSource.