| Modifier and Type | Method | Description |
|---|---|---|
Socket<java.io.InputStream> |
input() |
Returns an input stream socket for reading the content of this source.
|
default Source |
map(Transformation t) |
Returns a source which applies the given transformation to the I/O streams loaned by this source.
|
Socket<java.io.InputStream> input()
default Source map(Transformation t)
t - the transformation to apply to the I/O streams loaned by this source.