| Modifier and Type | Method and Description | 
|---|---|
| <T> Read.Bounded<T> | from(BoundedSource<T> source)Returns a new  Read.BoundedPTransformreading from the givenBoundedSource. | 
| <T> Read.Unbounded<T> | from(UnboundedSource<T,?> source)Returns a new  Read.UnboundedPTransformreading from the givenUnboundedSource. | 
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.