Move ConstantFun to akka.util, #22813
This commit is contained in:
parent
f064d1321a
commit
b3d00afdd1
18 changed files with 120 additions and 67 deletions
|
|
@ -4,12 +4,12 @@
|
|||
|
||||
package akka.stream.impl.fusing
|
||||
|
||||
import akka.stream.impl.ConstantFun
|
||||
import akka.stream.stage._
|
||||
import akka.stream.testkit.StreamSpec
|
||||
import akka.testkit.EventFilter
|
||||
import akka.stream._
|
||||
import akka.stream.impl.fusing.GraphStages.SimpleLinearGraphStage
|
||||
import akka.util.ConstantFun
|
||||
|
||||
class InterpreterSpec extends StreamSpec with GraphInterpreterSpecKit {
|
||||
import Supervision.stoppingDecider
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue