Priority0FunctionExtensions
Implicits
Implicits
implicit def enrichAsJavaDoubleBinaryOperator[A0, A1](sf: (A0, A1) => Double)(evA0: A0 =:= Double, evA1: A1 =:= Double): RichFunction2AsDoubleBinaryOperator
implicit def enrichAsJavaDoubleConsumer[A0](sf: A0 => Unit)(evA0: A0 =:= Double): RichFunction1AsDoubleConsumer
implicit def enrichAsJavaDoublePredicate[A0](sf: A0 => Boolean)(evA0: A0 =:= Double): RichFunction1AsDoublePredicate
implicit def enrichAsJavaDoubleToIntFunction[A0](sf: A0 => Int)(evA0: A0 =:= Double): RichFunction1AsDoubleToIntFunction
implicit def enrichAsJavaDoubleToLongFunction[A0](sf: A0 => Long)(evA0: A0 =:= Double): RichFunction1AsDoubleToLongFunction
implicit def enrichAsJavaDoubleUnaryOperator[A0](sf: A0 => Double)(evA0: A0 =:= Double): RichFunction1AsDoubleUnaryOperator
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 enrichAsJavaIntPredicate[A0](sf: A0 => Boolean)(evA0: A0 =:= Int): RichFunction1AsIntPredicate
implicit def enrichAsJavaIntToDoubleFunction[A0](sf: A0 => Double)(evA0: A0 =:= Int): RichFunction1AsIntToDoubleFunction
implicit def enrichAsJavaIntToLongFunction[A0](sf: A0 => Long)(evA0: A0 =:= Int): RichFunction1AsIntToLongFunction
implicit def enrichAsJavaIntUnaryOperator[A0](sf: A0 => Int)(evA0: A0 =:= Int): RichFunction1AsIntUnaryOperator
implicit def enrichAsJavaLongBinaryOperator[A0, A1](sf: (A0, A1) => Long)(evA0: A0 =:= Long, evA1: A1 =:= Long): RichFunction2AsLongBinaryOperator
implicit def enrichAsJavaLongConsumer[A0](sf: A0 => Unit)(evA0: A0 =:= Long): RichFunction1AsLongConsumer
implicit def enrichAsJavaLongPredicate[A0](sf: A0 => Boolean)(evA0: A0 =:= Long): RichFunction1AsLongPredicate
implicit def enrichAsJavaLongToDoubleFunction[A0](sf: A0 => Double)(evA0: A0 =:= Long): RichFunction1AsLongToDoubleFunction
implicit def enrichAsJavaLongToIntFunction[A0](sf: A0 => Int)(evA0: A0 =:= Long): RichFunction1AsLongToIntFunction
implicit def enrichAsJavaLongUnaryOperator[A0](sf: A0 => Long)(evA0: A0 =:= Long): RichFunction1AsLongUnaryOperator
implicit def enrichAsScalaFromBiConsumer[T, U](jf: BiConsumer[T, U]): RichBiConsumerAsFunction2[T, U]
implicit def enrichAsScalaFromBiFunction[T, U, R](jf: BiFunction[T, U, R]): RichBiFunctionAsFunction2[T, U, R]
implicit def enrichAsScalaFromBiPredicate[T, U](jf: BiPredicate[T, U]): RichBiPredicateAsFunction2[T, U]
implicit def enrichAsScalaFromBinaryOperator[T](jf: BinaryOperator[T]): RichBinaryOperatorAsFunction2[T]
implicit def enrichAsScalaFromDoubleBinaryOperator(jf: DoubleBinaryOperator): RichDoubleBinaryOperatorAsFunction2
implicit def enrichAsScalaFromDoubleFunction[R](jf: DoubleFunction[R]): RichDoubleFunctionAsFunction1[R]
implicit def enrichAsScalaFromDoubleToIntFunction(jf: DoubleToIntFunction): RichDoubleToIntFunctionAsFunction1
implicit def enrichAsScalaFromDoubleToLongFunction(jf: DoubleToLongFunction): RichDoubleToLongFunctionAsFunction1
implicit def enrichAsScalaFromDoubleUnaryOperator(jf: DoubleUnaryOperator): RichDoubleUnaryOperatorAsFunction1
implicit def enrichAsScalaFromIntBinaryOperator(jf: IntBinaryOperator): RichIntBinaryOperatorAsFunction2
implicit def enrichAsScalaFromIntToDoubleFunction(jf: IntToDoubleFunction): RichIntToDoubleFunctionAsFunction1
implicit def enrichAsScalaFromIntToLongFunction(jf: IntToLongFunction): RichIntToLongFunctionAsFunction1
implicit def enrichAsScalaFromIntUnaryOperator(jf: IntUnaryOperator): RichIntUnaryOperatorAsFunction1
implicit def enrichAsScalaFromLongBinaryOperator(jf: LongBinaryOperator): RichLongBinaryOperatorAsFunction2
implicit def enrichAsScalaFromLongToDoubleFunction(jf: LongToDoubleFunction): RichLongToDoubleFunctionAsFunction1
implicit def enrichAsScalaFromLongToIntFunction(jf: LongToIntFunction): RichLongToIntFunctionAsFunction1
implicit def enrichAsScalaFromLongUnaryOperator(jf: LongUnaryOperator): RichLongUnaryOperatorAsFunction1
implicit def enrichAsScalaFromObjDoubleConsumer[T](jf: ObjDoubleConsumer[T]): RichObjDoubleConsumerAsFunction2[T]
implicit def enrichAsScalaFromObjIntConsumer[T](jf: ObjIntConsumer[T]): RichObjIntConsumerAsFunction2[T]
implicit def enrichAsScalaFromObjLongConsumer[T](jf: ObjLongConsumer[T]): RichObjLongConsumerAsFunction2[T]
implicit def enrichAsScalaFromToDoubleBiFunction[T, U](jf: ToDoubleBiFunction[T, U]): RichToDoubleBiFunctionAsFunction2[T, U]
implicit def enrichAsScalaFromToDoubleFunction[T](jf: ToDoubleFunction[T]): RichToDoubleFunctionAsFunction1[T]
implicit def enrichAsScalaFromToIntBiFunction[T, U](jf: ToIntBiFunction[T, U]): RichToIntBiFunctionAsFunction2[T, U]
implicit def enrichAsScalaFromToIntFunction[T](jf: ToIntFunction[T]): RichToIntFunctionAsFunction1[T]
implicit def enrichAsScalaFromToLongBiFunction[T, U](jf: ToLongBiFunction[T, U]): RichToLongBiFunctionAsFunction2[T, U]
implicit def enrichAsScalaFromToLongFunction[T](jf: ToLongFunction[T]): RichToLongFunctionAsFunction1[T]
implicit def enrichAsScalaFromUnaryOperator[T](jf: UnaryOperator[T]): RichUnaryOperatorAsFunction1[T]
Inherited implicits
- Inherited from
- Priority2FunctionExtensions
- Inherited from
- Priority3FunctionExtensions
- Inherited from
- Priority2FunctionExtensions
implicit def enrichAsJavaBinaryOperator[T, A1, A2](sf: (T, A1) => A2)(evA1: A1 =:= T, evA2: A2 =:= T): RichFunction2AsBinaryOperator[T]
- Inherited from
- Priority1FunctionExtensions
- Inherited from
- Priority1FunctionExtensions
implicit def enrichAsJavaDoubleFunction[A0, R](sf: A0 => R)(evA0: A0 =:= Double): RichFunction1AsDoubleFunction[R]
- Inherited from
- Priority1FunctionExtensions
- Inherited from
- Priority2FunctionExtensions
implicit def enrichAsJavaIntFunction[A0, R](sf: A0 => R)(evA0: A0 =:= Int): RichFunction1AsIntFunction[R]
- Inherited from
- Priority1FunctionExtensions
implicit def enrichAsJavaLongFunction[A0, R](sf: A0 => R)(evA0: A0 =:= Long): RichFunction1AsLongFunction[R]
- Inherited from
- Priority1FunctionExtensions
implicit def enrichAsJavaObjDoubleConsumer[T, A1](sf: (T, A1) => Unit)(evA1: A1 =:= Double): RichFunction2AsObjDoubleConsumer[T]
- Inherited from
- Priority1FunctionExtensions
implicit def enrichAsJavaObjIntConsumer[T, A1](sf: (T, A1) => Unit)(evA1: A1 =:= Int): RichFunction2AsObjIntConsumer[T]
- Inherited from
- Priority1FunctionExtensions
implicit def enrichAsJavaObjLongConsumer[T, A1](sf: (T, A1) => Unit)(evA1: A1 =:= Long): RichFunction2AsObjLongConsumer[T]
- Inherited from
- Priority1FunctionExtensions
- Inherited from
- Priority1FunctionExtensions
- Inherited from
- Priority1FunctionExtensions
implicit def enrichAsJavaToDoubleBiFunction[T, U](sf: (T, U) => Double): RichFunction2AsToDoubleBiFunction[T, U]
- Inherited from
- Priority2FunctionExtensions
- Inherited from
- Priority1FunctionExtensions
implicit def enrichAsJavaToIntBiFunction[T, U](sf: (T, U) => Int): RichFunction2AsToIntBiFunction[T, U]
- Inherited from
- Priority2FunctionExtensions
- Inherited from
- Priority1FunctionExtensions
implicit def enrichAsJavaToLongBiFunction[T, U](sf: (T, U) => Long): RichFunction2AsToLongBiFunction[T, U]
- Inherited from
- Priority2FunctionExtensions
- Inherited from
- Priority1FunctionExtensions
implicit def enrichAsJavaUnaryOperator[T, A1](sf: T => A1)(evA1: A1 =:= T): RichFunction1AsUnaryOperator[T]
- Inherited from
- Priority1FunctionExtensions