Remove some unused import in akka-stream's boilerplate templates. (#26221)
This commit is contained in:
parent
c217ef55a4
commit
5a30b54790
5 changed files with 3 additions and 8 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
package akka.stream.javadsl
|
package akka.stream.javadsl
|
||||||
|
|
||||||
import akka.stream.scaladsl
|
import akka.stream.scaladsl
|
||||||
import akka.stream.{ Inlet, Shape, Graph }
|
import akka.stream.{ Shape, Graph }
|
||||||
import akka.japi.function
|
import akka.japi.function
|
||||||
import akka.NotUsed
|
import akka.NotUsed
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,7 @@
|
||||||
package akka.stream.scaladsl
|
package akka.stream.scaladsl
|
||||||
|
|
||||||
import akka.NotUsed
|
import akka.NotUsed
|
||||||
import akka.stream.impl.TraversalBuilder
|
import akka.stream.{ Graph, Shape }
|
||||||
import akka.stream.{ Graph, Attributes, Shape }
|
|
||||||
|
|
||||||
trait GraphApply {
|
trait GraphApply {
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,9 @@
|
||||||
package akka.stream.scaladsl
|
package akka.stream.scaladsl
|
||||||
|
|
||||||
import akka.stream._
|
import akka.stream._
|
||||||
import akka.stream.impl.StreamLayout
|
|
||||||
import akka.stream.stage._
|
import akka.stream.stage._
|
||||||
|
|
||||||
object UnzipWithApply {
|
object UnzipWithApply {
|
||||||
import scala.language.implicitConversions
|
|
||||||
|
|
||||||
abstract trait UnzipWithCreator[In, Out, T] {
|
abstract trait UnzipWithCreator[In, Out, T] {
|
||||||
def create(unzipper: Function1[In, Out]): T
|
def create(unzipper: Function1[In, Out]): T
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
package akka.stream.scaladsl
|
package akka.stream.scaladsl
|
||||||
|
|
||||||
import akka.stream._
|
import akka.stream._
|
||||||
import akka.stream.impl.StreamLayout
|
|
||||||
import akka.stream.stage.{ GraphStage, GraphStageLogic, InHandler, OutHandler }
|
import akka.stream.stage.{ GraphStage, GraphStageLogic, InHandler, OutHandler }
|
||||||
|
|
||||||
trait ZipLatestWithApply {
|
trait ZipLatestWithApply {
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
package akka.stream.scaladsl
|
package akka.stream.scaladsl
|
||||||
|
|
||||||
import akka.stream._
|
import akka.stream._
|
||||||
import akka.stream.impl.StreamLayout
|
|
||||||
import akka.stream.stage._
|
import akka.stream.stage._
|
||||||
|
|
||||||
trait ZipWithApply {
|
trait ZipWithApply {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue