scalqa-stream

Scalqa/Stream is a basic data processing framework built around Stream class.

License

License

GroupId

GroupId

org.scalqa
ArtifactId

ArtifactId

scalqa-stream_2.12
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

scalqa-stream
Scalqa/Stream is a basic data processing framework built around Stream class.
Project URL

Project URL

http://scalqa.org/doc-stream/
Project Organization

Project Organization

Scalqa

Download scalqa-stream_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/org.scalqa/scalqa-stream_2.12/ -->
<dependency>
    <groupId>org.scalqa</groupId>
    <artifactId>scalqa-stream_2.12</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalqa/scalqa-stream_2.12/
implementation 'org.scalqa:scalqa-stream_2.12:0.1'
// https://jarcasting.com/artifacts/org.scalqa/scalqa-stream_2.12/
implementation ("org.scalqa:scalqa-stream_2.12:0.1")
'org.scalqa:scalqa-stream_2.12:jar:0.1'
<dependency org="org.scalqa" name="scalqa-stream_2.12" rev="0.1">
  <artifact name="scalqa-stream_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalqa', module='scalqa-stream_2.12', version='0.1')
)
libraryDependencies += "org.scalqa" % "scalqa-stream_2.12" % "0.1"
[org.scalqa/scalqa-stream_2.12 "0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8

Project Modules

There are no modules declared in this project.

scalqa/stream

NOTE: This project will be deprecated in favor of using full scalqa library

Scalqa stands for "Scala Quick API"

Scalqa/Stream is a basic data processing framework built around Stream class

Stream implements custom functional data transformations, which are extremely fast and specialized for primitives

Stream can work with all Scala and Java collections, providing significant performance advantage

Creating custom lazy Stream is as easy as defining a basic Iterator

Scalqa/Stream web site

Scalqa/Stream API

Stream library is available on Maven public repository. Use SBT settings:

  • libraryDependencies += "org.scalqa" % "scalqa-stream_2.12" % "0.1" - for Scala 2.12
  • libraryDependencies += "org.scalqa" % "scalqa-stream_2.13.0-M5" % "0.1" - for Scala 2.13
org.scalqa

Versions

Version
0.1