Priority1FunctionExtensions

class Object
trait Matchable
class Any

Implicits

Implicits

implicit def enrichAsJavaBinaryOperator[T, A1, A2](sf: (T, A1) => A2)(evA1: A1 =:= T, evA2: A2 =:= T): RichFunction2AsBinaryOperator[T]
implicit def enrichAsJavaDoubleFunction[A0, R](sf: A0 => R)(evA0: A0 =:= Double): RichFunction1AsDoubleFunction[R]
implicit def enrichAsJavaIntFunction[A0, R](sf: A0 => R)(evA0: A0 =:= Int): RichFunction1AsIntFunction[R]
implicit def enrichAsJavaLongFunction[A0, R](sf: A0 => R)(evA0: A0 =:= Long): RichFunction1AsLongFunction[R]
implicit def enrichAsJavaObjDoubleConsumer[T, A1](sf: (T, A1) => Unit)(evA1: A1 =:= Double): RichFunction2AsObjDoubleConsumer[T]
implicit def enrichAsJavaObjIntConsumer[T, A1](sf: (T, A1) => Unit)(evA1: A1 =:= Int): RichFunction2AsObjIntConsumer[T]
implicit def enrichAsJavaObjLongConsumer[T, A1](sf: (T, A1) => Unit)(evA1: A1 =:= Long): RichFunction2AsObjLongConsumer[T]
implicit def enrichAsJavaSupplier[T](sf: () => T): RichFunction0AsSupplier[T]
implicit def enrichAsJavaUnaryOperator[T, A1](sf: T => A1)(evA1: A1 =:= T): RichFunction1AsUnaryOperator[T]

Inherited implicits

implicit def enrichAsJavaBiConsumer[T, U](sf: (T, U) => Unit): RichFunction2AsBiConsumer[T, U]
implicit def enrichAsJavaBiFunction[T, U, R](sf: (T, U) => R): RichFunction2AsBiFunction[T, U, R]
implicit def enrichAsJavaFunction[T, R](sf: T => R): RichFunction1AsFunction[T, R]