On this page
Class FunctionWrappers.RichFunction2AsBiFunction
final class RichFunction2AsBiFunction[T, U, R](underlying: (T, U) => R) extends AnyVal
Supertypes |
---|
Concrete methods
Source
def asJava: BiFunction[T, U, R]
Source
def asJavaBiFunction: BiFunction[T, U, R]
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/jdk/FunctionWrappers$$RichFunction2AsBiFunction.html