Packages

object StreamShape extends StreamShapeLowPriority1

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamShape
  2. StreamShapeLowPriority1
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def anyStreamShape[T]: StreamShape[T, java.util.stream.Stream[T], Stepper[T]]
    Definition Classes
    StreamShapeLowPriority1
  2. implicit val byteStreamShape: StreamShape[Byte, IntStream, IntStepper]
  3. implicit val charStreamShape: StreamShape[Char, IntStream, IntStepper]
  4. implicit val doubleStreamShape: StreamShape[Double, DoubleStream, DoubleStepper]
  5. implicit val floatStreamShape: StreamShape[Float, DoubleStream, DoubleStepper]
  6. implicit val intStreamShape: StreamShape[Int, IntStream, IntStepper]
  7. implicit val jByteStreamShape: StreamShape[java.lang.Byte, IntStream, IntStepper]
  8. implicit val jCharacterStreamShape: StreamShape[Character, IntStream, IntStepper]
  9. implicit val jDoubleStreamShape: StreamShape[java.lang.Double, DoubleStream, DoubleStepper]
  10. implicit val jFloatStreamShape: StreamShape[java.lang.Float, DoubleStream, DoubleStepper]
  11. implicit val jIntegerStreamShape: StreamShape[Integer, IntStream, IntStepper]
  12. implicit val jLongStreamShape: StreamShape[java.lang.Long, LongStream, LongStepper]
  13. implicit val jShortStreamShape: StreamShape[java.lang.Short, IntStream, IntStepper]
  14. implicit val longStreamShape: StreamShape[Long, LongStream, LongStepper]
  15. implicit val shortStreamShape: StreamShape[Short, IntStream, IntStepper]