Stream.Custom
Object Custom holds advanced stream features, average users should not be concerned about.
- Source
- __.scala
Member
Stream inmplementations can define custom, more efficient ways to export their elements into a Buffer.
This feature is heavily used in Array and primitive based streams
- Source
- Discharge.scala
This trait can be mixed with existing Ordering inplementations to provide more efficient ways for Streams to calculate min
,max
, and range
.
Apparently primitive based numeral data elements use it a lot
- Source
- Ordering.scala
Custom Pipeline is the base for most Scalqa internal stream extentions
It is publicly exposed for only vary advanced usage cases and can be safely ignored by most
- Source
- __.scala
Custom Pipeline is the base for most Scalqa internal stream extentions
It is publicly exposed for only vary advanced usage cases and can be safely ignored by most
- Source
- __.scala