StreamShape (original) (raw)
scala.collection.convert.StreamExtensions.StreamShape
See theStreamShape companion trait
object StreamShape extends StreamShapeLowPriority1
Attributes
Companion
Source
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
implicit val charStreamShape: StreamShape[Char, IntStream, IntStepper]
Attributes
Source
implicit val doubleStreamShape: StreamShape[Double, DoubleStream, DoubleStepper]
Attributes
Source
implicit val floatStreamShape: StreamShape[Float, DoubleStream, DoubleStepper]
Attributes
Source
implicit val intStreamShape: StreamShape[Int, IntStream, IntStepper]
Attributes
Source
implicit val jByteStreamShape: StreamShape[Byte, IntStream, IntStepper]
Attributes
Source
implicit val jCharacterStreamShape: StreamShape[Character, IntStream, IntStepper]
Attributes
Source
implicit val jDoubleStreamShape: StreamShape[Double, DoubleStream, DoubleStepper]
Attributes
Source
implicit val jFloatStreamShape: StreamShape[Float, DoubleStream, DoubleStepper]
Attributes
Source
implicit val jIntegerStreamShape: StreamShape[Integer, IntStream, IntStepper]
Attributes
Source
implicit val jLongStreamShape: StreamShape[Long, LongStream, LongStepper]
Attributes
Source
implicit val jShortStreamShape: StreamShape[Short, IntStream, IntStepper]
Attributes
Source
implicit val longStreamShape: StreamShape[Long, LongStream, LongStepper]
Attributes
Source
implicit val shortStreamShape: StreamShape[Short, IntStream, IntStepper]
Attributes
Source
Inherited implicits
implicit def anyStreamShape[T]: StreamShape[T, Stream[T], Stepper[T]]
Attributes
Inherited from:
Source