Priority1FunctionExtensions (original) (raw)
scala.jdk.Priority1FunctionExtensions
trait Priority1FunctionExtensions extends Priority2FunctionExtensions
Attributes
Source
Graph
Supertypes
trait Priority2FunctionExtensions
trait Priority3FunctionExtensions
class Object
trait Matchable
class Any
Known subtypes
trait Priority0FunctionExtensions
object FunctionConverters
Members list
Implicits
Implicits
implicit def enrichAsJavaBinaryOperator[T, A1, A2](sf: (T, A1) => A2)(implicit evA1: A1 =:= T, evA2: A2 =:= T): RichFunction2AsBinaryOperator[T]
Attributes
Source
implicit def enrichAsJavaConsumer[T](sf: T => Unit): RichFunction1AsConsumer[T]
Attributes
Source
implicit def enrichAsJavaDoubleFunction[A0, R](sf: A0 => R)(implicit evA0: A0 =:= Double): RichFunction1AsDoubleFunction[R]
Attributes
Source
implicit def enrichAsJavaIntFunction[A0, R](sf: A0 => R)(implicit evA0: A0 =:= Int): RichFunction1AsIntFunction[R]
Attributes
Source
implicit def enrichAsJavaLongFunction[A0, R](sf: A0 => R)(implicit evA0: A0 =:= Long): RichFunction1AsLongFunction[R]
Attributes
Source
implicit def enrichAsJavaObjDoubleConsumer[T, A1](sf: (T, A1) => Unit)(implicit evA1: A1 =:= Double): RichFunction2AsObjDoubleConsumer[T]
Attributes
Source
implicit def enrichAsJavaObjIntConsumer[T, A1](sf: (T, A1) => Unit)(implicit evA1: A1 =:= Int): RichFunction2AsObjIntConsumer[T]
Attributes
Source
implicit def enrichAsJavaObjLongConsumer[T, A1](sf: (T, A1) => Unit)(implicit evA1: A1 =:= Long): RichFunction2AsObjLongConsumer[T]
Attributes
Source
implicit def enrichAsJavaPredicate[T](sf: T => Boolean): RichFunction1AsPredicate[T]
Attributes
Source
implicit def enrichAsJavaSupplier[T](sf: () => T): RichFunction0AsSupplier[T]
Attributes
Source
implicit def enrichAsJavaToDoubleFunction[T](sf: T => Double): RichFunction1AsToDoubleFunction[T]
Attributes
Source
implicit def enrichAsJavaToIntFunction[T](sf: T => Int): RichFunction1AsToIntFunction[T]
Attributes
Source
implicit def enrichAsJavaToLongFunction[T](sf: T => Long): RichFunction1AsToLongFunction[T]
Attributes
Source
implicit def enrichAsJavaUnaryOperator[T, A1](sf: T => A1)(implicit evA1: A1 =:= T): RichFunction1AsUnaryOperator[T]
Attributes
Source
Inherited implicits
implicit def enrichAsJavaBiConsumer[T, U](sf: (T, U) => Unit): RichFunction2AsBiConsumer[T, U]
Attributes
Inherited from:
Source
implicit def enrichAsJavaBiFunction[T, U, R](sf: (T, U) => R): RichFunction2AsBiFunction[T, U, R]
Attributes
Inherited from:
Source
implicit def enrichAsJavaBiPredicate[T, U](sf: (T, U) => Boolean): RichFunction2AsBiPredicate[T, U]
Attributes
Inherited from:
Source
implicit def enrichAsJavaFunction[T, R](sf: T => R): RichFunction1AsFunction[T, R]
Attributes
Inherited from:
Source
implicit def enrichAsJavaToDoubleBiFunction[T, U](sf: (T, U) => Double): RichFunction2AsToDoubleBiFunction[T, U]
Attributes
Inherited from:
Source
implicit def enrichAsJavaToIntBiFunction[T, U](sf: (T, U) => Int): RichFunction2AsToIntBiFunction[T, U]
Attributes
Inherited from:
Source
implicit def enrichAsJavaToLongBiFunction[T, U](sf: (T, U) => Long): RichFunction2AsToLongBiFunction[T, U]
Attributes
Inherited from:
Source