format source with scalafmt
This commit is contained in:
parent
0f40491d42
commit
ce404e4f53
1669 changed files with 43208 additions and 35404 deletions
|
|
@ -9,8 +9,9 @@ import akka.stream.stage.{ GraphStage, GraphStageLogic, OutHandler }
|
|||
import akka.annotation.InternalApi
|
||||
|
||||
/** INTERNAL API */
|
||||
@InternalApi private[stream] final class JavaStreamSource[T, S <: java.util.stream.BaseStream[T, S]](open: () => java.util.stream.BaseStream[T, S])
|
||||
extends GraphStage[SourceShape[T]] {
|
||||
@InternalApi private[stream] final class JavaStreamSource[T, S <: java.util.stream.BaseStream[T, S]](
|
||||
open: () => java.util.stream.BaseStream[T, S])
|
||||
extends GraphStage[SourceShape[T]] {
|
||||
|
||||
val out: Outlet[T] = Outlet("JavaStreamSource")
|
||||
override val shape: SourceShape[T] = SourceShape(out)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue