Move ConstantFun to akka.util, #22813
This commit is contained in:
parent
f064d1321a
commit
b3d00afdd1
18 changed files with 120 additions and 67 deletions
|
|
@ -6,12 +6,13 @@ package akka.stream.javadsl
|
|||
import java.util
|
||||
import java.util.Optional
|
||||
|
||||
import akka.util.ConstantFun
|
||||
import akka.{ Done, NotUsed }
|
||||
import akka.actor.{ ActorRef, Cancellable, Props }
|
||||
import akka.event.LoggingAdapter
|
||||
import akka.japi.{ Pair, Util, function }
|
||||
import akka.stream._
|
||||
import akka.stream.impl.{ ConstantFun, LinearTraversalBuilder, SourceQueueAdapter, StreamLayout }
|
||||
import akka.stream.impl.{ LinearTraversalBuilder, SourceQueueAdapter, StreamLayout }
|
||||
import org.reactivestreams.{ Publisher, Subscriber }
|
||||
|
||||
import scala.annotation.unchecked.uncheckedVariance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue