Priority0FunctionExtensions

Implicits

Implicits

implicit def enrichAsJavaDoubleBinaryOperator[A0, A1](sf: (A0, A1) => Double)(evA0: A0 =:= Double, evA1: A1 =:= Double): RichFunction2AsDoubleBinaryOperator
implicit def enrichAsJavaIntBinaryOperator[A0, A1](sf: (A0, A1) => Int)(evA0: A0 =:= Int, evA1: A1 =:= Int): RichFunction2AsIntBinaryOperator
implicit def enrichAsJavaIntConsumer[A0](sf: A0 => Unit)(evA0: A0 =:= Int): RichFunction1AsIntConsumer
implicit def enrichAsJavaLongBinaryOperator[A0, A1](sf: (A0, A1) => Long)(evA0: A0 =:= Long, evA1: A1 =:= Long): RichFunction2AsLongBinaryOperator
implicit def enrichAsScalaFromBiFunction[T, U, R](jf: BiFunction[T, U, R]): RichBiFunctionAsFunction2[T, U, R]

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 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 enrichAsJavaFunction[T, R](sf: T => R): RichFunction1AsFunction[T, 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 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 enrichAsJavaUnaryOperator[T, A1](sf: T => A1)(evA1: A1 =:= T): RichFunction1AsUnaryOperator[T]