StreamShape (original) (raw)

scala.collection.convert.StreamExtensions.StreamShape

See theStreamShape companion trait

object StreamShape extends StreamShapeLowPriority1

Attributes

Companion

trait

Source

StreamExtensions.scala

Graph

Supertypes

trait StreamShapeLowPriority1

class Object

trait Matchable

class Any

Self type

StreamShape.type

Members list

Implicits

Implicits

implicit val byteStreamShape: StreamShape[Byte, IntStream, IntStepper]

Attributes

Source

StreamExtensions.scala

implicit val charStreamShape: StreamShape[Char, IntStream, IntStepper]

Attributes

Source

StreamExtensions.scala

implicit val doubleStreamShape: StreamShape[Double, DoubleStream, DoubleStepper]

Attributes

Source

StreamExtensions.scala

implicit val floatStreamShape: StreamShape[Float, DoubleStream, DoubleStepper]

Attributes

Source

StreamExtensions.scala

implicit val intStreamShape: StreamShape[Int, IntStream, IntStepper]

Attributes

Source

StreamExtensions.scala

implicit val jByteStreamShape: StreamShape[Byte, IntStream, IntStepper]

Attributes

Source

StreamExtensions.scala

implicit val jCharacterStreamShape: StreamShape[Character, IntStream, IntStepper]

Attributes

Source

StreamExtensions.scala

implicit val jDoubleStreamShape: StreamShape[Double, DoubleStream, DoubleStepper]

Attributes

Source

StreamExtensions.scala

implicit val jFloatStreamShape: StreamShape[Float, DoubleStream, DoubleStepper]

Attributes

Source

StreamExtensions.scala

implicit val jIntegerStreamShape: StreamShape[Integer, IntStream, IntStepper]

Attributes

Source

StreamExtensions.scala

implicit val jLongStreamShape: StreamShape[Long, LongStream, LongStepper]

Attributes

Source

StreamExtensions.scala

implicit val jShortStreamShape: StreamShape[Short, IntStream, IntStepper]

Attributes

Source

StreamExtensions.scala

implicit val longStreamShape: StreamShape[Long, LongStream, LongStepper]

Attributes

Source

StreamExtensions.scala

implicit val shortStreamShape: StreamShape[Short, IntStream, IntStepper]

Attributes

Source

StreamExtensions.scala

Inherited implicits

implicit def anyStreamShape[T]: StreamShape[T, Stream[T], Stepper[T]]

Attributes

Inherited from:

StreamShapeLowPriority1

Source

StreamExtensions.scala