Add FunctionConverters, FutureConverters and ObjectConverters
This commit is contained in:
parent
dfa0b0ded1
commit
07df607192
70 changed files with 1041 additions and 339 deletions
|
|
@ -44,7 +44,7 @@ class StreamConvertersSpec extends StreamSpec with DefaultTimeout {
|
|||
import java.util.stream.IntStream
|
||||
import java.util.stream.Stream
|
||||
|
||||
import scala.compat.java8.FunctionConverters._
|
||||
import pekko.util.FunctionConverters._
|
||||
|
||||
def javaStreamInts =
|
||||
IntStream.iterate(1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue