+str #16610 added javadsl tests + conflate now delegates to Batch + most of the changes @drewhk & @rkuhn suggested
This commit is contained in:
parent
b420d6a472
commit
fde0c11fff
9 changed files with 93 additions and 128 deletions
|
|
@ -20,4 +20,8 @@ private[akka] object ConstantFun {
|
|||
def javaIdentityFunction[T]: JFun[T, T] = JavaIdentityFunction.asInstanceOf[JFun[T, T]]
|
||||
|
||||
def scalaIdentityFunction[T]: T ⇒ T = conforms
|
||||
|
||||
def returnZero[T](t: T): Long = 0L
|
||||
|
||||
def returnOne[T](t: T): Long = 1L
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue