Object Stream
The ObjectStream
is a Stream
that provides object-related methods.
static()
Returns an ObjectStream
that adds a property with the given value to the produced output.
Parameter | Type | Default | Description |
---|---|---|---|
|
| property name | |
|
| property value |
dynamic()
Returns an ObjectStream
that adds a property to the produced output with the given stream.
Parameter | Type | Default | Description |
---|---|---|---|
|
| property name | |
|
| property source |
lazy()
Returns an ObjectStream
that adds a property to the produced output by using the result of the given function.
Parameter | Type | Default | Description |
---|---|---|---|
|
| property name | |
|
| converter function |
Last updated