A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://scala-lang.org/api/3.x/scala/jdk/Priority0FunctionExtensions.html below:

Priority0FunctionExtensions

Implicits

Implicits

implicit def enrichAsJavaBooleanSupplier

(

sf

: ()

=> Boolean

):

RichFunction0AsBooleanSupplier Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaDoubleBinaryOperator

[

A0

,

A1

](

sf

: (

A0

,

A1

)

=> Double

)(

implicit evA0

:

A0 =:= Double

,

evA1

:

A1 =:= Double

):

RichFunction2AsDoubleBinaryOperator Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaDoubleConsumer

[

A0

](

sf

:

A0 => Unit

)(

implicit evA0

:

A0 =:= Double

):

RichFunction1AsDoubleConsumer Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaDoublePredicate

[

A0

](

sf

:

A0 => Boolean

)(

implicit evA0

:

A0 =:= Double

):

RichFunction1AsDoublePredicate Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaDoubleSupplier

(

sf

: ()

=> Double

):

RichFunction0AsDoubleSupplier Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaDoubleToIntFunction

[

A0

](

sf

:

A0 => Int

)(

implicit evA0

:

A0 =:= Double

):

RichFunction1AsDoubleToIntFunction Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaDoubleToLongFunction

[

A0

](

sf

:

A0 => Long

)(

implicit evA0

:

A0 =:= Double

):

RichFunction1AsDoubleToLongFunction Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaDoubleUnaryOperator

[

A0

](

sf

:

A0 => Double

)(

implicit evA0

:

A0 =:= Double

):

RichFunction1AsDoubleUnaryOperator Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaIntBinaryOperator

[

A0

,

A1

](

sf

: (

A0

,

A1

)

=> Int

)(

implicit evA0

:

A0 =:= Int

,

evA1

:

A1 =:= Int

):

RichFunction2AsIntBinaryOperator Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaIntConsumer

[

A0

](

sf

:

A0 => Unit

)(

implicit evA0

:

A0 =:= Int

):

RichFunction1AsIntConsumer Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaIntPredicate

[

A0

](

sf

:

A0 => Boolean

)(

implicit evA0

:

A0 =:= Int

):

RichFunction1AsIntPredicate Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaIntSupplier

(

sf

: ()

=> Int

):

RichFunction0AsIntSupplier Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaIntToDoubleFunction

[

A0

](

sf

:

A0 => Double

)(

implicit evA0

:

A0 =:= Int

):

RichFunction1AsIntToDoubleFunction Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaIntToLongFunction

[

A0

](

sf

:

A0 => Long

)(

implicit evA0

:

A0 =:= Int

):

RichFunction1AsIntToLongFunction Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaIntUnaryOperator

[

A0

](

sf

:

A0 => Int

)(

implicit evA0

:

A0 =:= Int

):

RichFunction1AsIntUnaryOperator Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaLongBinaryOperator

[

A0

,

A1

](

sf

: (

A0

,

A1

)

=> Long

)(

implicit evA0

:

A0 =:= Long

,

evA1

:

A1 =:= Long

):

RichFunction2AsLongBinaryOperator Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaLongConsumer

[

A0

](

sf

:

A0 => Unit

)(

implicit evA0

:

A0 =:= Long

):

RichFunction1AsLongConsumer Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaLongPredicate

[

A0

](

sf

:

A0 => Boolean

)(

implicit evA0

:

A0 =:= Long

):

RichFunction1AsLongPredicate Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaLongSupplier

(

sf

: ()

=> Long

):

RichFunction0AsLongSupplier Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaLongToDoubleFunction

[

A0

](

sf

:

A0 => Double

)(

implicit evA0

:

A0 =:= Long

):

RichFunction1AsLongToDoubleFunction Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaLongToIntFunction

[

A0

](

sf

:

A0 => Int

)(

implicit evA0

:

A0 =:= Long

):

RichFunction1AsLongToIntFunction Attributes
Source
FunctionExtensions.scala
implicit def enrichAsJavaLongUnaryOperator

[

A0

](

sf

:

A0 => Long

)(

implicit evA0

:

A0 =:= Long

):

RichFunction1AsLongUnaryOperator Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromBiConsumer

[

T

,

U

](

jf

:

BiConsumer

[

T

,

U

]):

RichBiConsumerAsFunction2

[

T

,

U

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromBiFunction

[

T

,

U

,

R

](

jf

:

BiFunction

[

T

,

U

,

R

]):

RichBiFunctionAsFunction2

[

T

,

U

,

R

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromBiPredicate

[

T

,

U

](

jf

:

BiPredicate

[

T

,

U

]):

RichBiPredicateAsFunction2

[

T

,

U

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromBinaryOperator

[

T

](

jf

:

BinaryOperator

[

T

]):

RichBinaryOperatorAsFunction2

[

T

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromBooleanSupplier

(

jf

:

BooleanSupplier

):

RichBooleanSupplierAsFunction0 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromConsumer

[

T

](

jf

:

Consumer

[

T

]):

RichConsumerAsFunction1

[

T

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromDoubleBinaryOperator

(

jf

:

DoubleBinaryOperator

):

RichDoubleBinaryOperatorAsFunction2 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromDoubleConsumer

(

jf

:

DoubleConsumer

):

RichDoubleConsumerAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromDoubleFunction

[

R

](

jf

:

DoubleFunction

[

R

]):

RichDoubleFunctionAsFunction1

[

R

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromDoublePredicate

(

jf

:

DoublePredicate

):

RichDoublePredicateAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromDoubleSupplier

(

jf

:

DoubleSupplier

):

RichDoubleSupplierAsFunction0 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromDoubleToIntFunction

(

jf

:

DoubleToIntFunction

):

RichDoubleToIntFunctionAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromDoubleToLongFunction

(

jf

:

DoubleToLongFunction

):

RichDoubleToLongFunctionAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromDoubleUnaryOperator

(

jf

:

DoubleUnaryOperator

):

RichDoubleUnaryOperatorAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromFunction

[

T

,

R

](

jf

:

Function

[

T

,

R

]):

RichFunctionAsFunction1

[

T

,

R

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromIntBinaryOperator

(

jf

:

IntBinaryOperator

):

RichIntBinaryOperatorAsFunction2 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromIntConsumer

(

jf

:

IntConsumer

):

RichIntConsumerAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromIntFunction

[

R

](

jf

:

IntFunction

[

R

]):

RichIntFunctionAsFunction1

[

R

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromIntPredicate

(

jf

:

IntPredicate

):

RichIntPredicateAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromIntSupplier

(

jf

:

IntSupplier

):

RichIntSupplierAsFunction0 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromIntToDoubleFunction

(

jf

:

IntToDoubleFunction

):

RichIntToDoubleFunctionAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromIntToLongFunction

(

jf

:

IntToLongFunction

):

RichIntToLongFunctionAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromIntUnaryOperator

(

jf

:

IntUnaryOperator

):

RichIntUnaryOperatorAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromLongBinaryOperator

(

jf

:

LongBinaryOperator

):

RichLongBinaryOperatorAsFunction2 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromLongConsumer

(

jf

:

LongConsumer

):

RichLongConsumerAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromLongFunction

[

R

](

jf

:

LongFunction

[

R

]):

RichLongFunctionAsFunction1

[

R

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromLongPredicate

(

jf

:

LongPredicate

):

RichLongPredicateAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromLongSupplier

(

jf

:

LongSupplier

):

RichLongSupplierAsFunction0 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromLongToDoubleFunction

(

jf

:

LongToDoubleFunction

):

RichLongToDoubleFunctionAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromLongToIntFunction

(

jf

:

LongToIntFunction

):

RichLongToIntFunctionAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromLongUnaryOperator

(

jf

:

LongUnaryOperator

):

RichLongUnaryOperatorAsFunction1 Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromObjDoubleConsumer

[

T

](

jf

:

ObjDoubleConsumer

[

T

]):

RichObjDoubleConsumerAsFunction2

[

T

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromObjIntConsumer

[

T

](

jf

:

ObjIntConsumer

[

T

]):

RichObjIntConsumerAsFunction2

[

T

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromObjLongConsumer

[

T

](

jf

:

ObjLongConsumer

[

T

]):

RichObjLongConsumerAsFunction2

[

T

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromPredicate

[

T

](

jf

:

Predicate

[

T

]):

RichPredicateAsFunction1

[

T

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromSupplier

[

T

](

jf

:

Supplier

[

T

]):

RichSupplierAsFunction0

[

T

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromToDoubleBiFunction

[

T

,

U

](

jf

:

ToDoubleBiFunction

[

T

,

U

]):

RichToDoubleBiFunctionAsFunction2

[

T

,

U

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromToDoubleFunction

[

T

](

jf

:

ToDoubleFunction

[

T

]):

RichToDoubleFunctionAsFunction1

[

T

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromToIntBiFunction

[

T

,

U

](

jf

:

ToIntBiFunction

[

T

,

U

]):

RichToIntBiFunctionAsFunction2

[

T

,

U

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromToIntFunction

[

T

](

jf

:

ToIntFunction

[

T

]):

RichToIntFunctionAsFunction1

[

T

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromToLongBiFunction

[

T

,

U

](

jf

:

ToLongBiFunction

[

T

,

U

]):

RichToLongBiFunctionAsFunction2

[

T

,

U

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromToLongFunction

[

T

](

jf

:

ToLongFunction

[

T

]):

RichToLongFunctionAsFunction1

[

T

]

Attributes
Source
FunctionExtensions.scala
implicit def enrichAsScalaFromUnaryOperator

[

T

](

jf

:

UnaryOperator

[

T

]):

RichUnaryOperatorAsFunction1

[

T

]

Attributes
Source
FunctionExtensions.scala

Inherited implicits

implicit def enrichAsJavaBiConsumer

[

T

,

U

](

sf

: (

T

,

U

)

=> Unit

):

RichFunction2AsBiConsumer

[

T

,

U

]

Attributes
Inherited from:
Priority2FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaBiFunction

[

T

,

U

,

R

](

sf

: (

T

,

U

)

=> R

):

RichFunction2AsBiFunction

[

T

,

U

,

R

]

Attributes
Inherited from:
Priority3FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaBiPredicate

[

T

,

U

](

sf

: (

T

,

U

)

=> Boolean

):

RichFunction2AsBiPredicate

[

T

,

U

]

Attributes
Inherited from:
Priority2FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaBinaryOperator

[

T

,

A1

,

A2

](

sf

: (

T

,

A1

)

=> A2

)(

implicit evA1

:

A1 =:= T

,

evA2

:

A2 =:= T

):

RichFunction2AsBinaryOperator

[

T

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaConsumer

[

T

](

sf

:

T => Unit

):

RichFunction1AsConsumer

[

T

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaDoubleFunction

[

A0

,

R

](

sf

:

A0 => R

)(

implicit evA0

:

A0 =:= Double

):

RichFunction1AsDoubleFunction

[

R

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaFunction

[

T

,

R

](

sf

:

T => R

):

RichFunction1AsFunction

[

T

,

R

]

Attributes
Inherited from:
Priority2FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaIntFunction

[

A0

,

R

](

sf

:

A0 => R

)(

implicit evA0

:

A0 =:= Int

):

RichFunction1AsIntFunction

[

R

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaLongFunction

[

A0

,

R

](

sf

:

A0 => R

)(

implicit evA0

:

A0 =:= Long

):

RichFunction1AsLongFunction

[

R

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaObjDoubleConsumer

[

T

,

A1

](

sf

: (

T

,

A1

)

=> Unit

)(

implicit evA1

:

A1 =:= Double

):

RichFunction2AsObjDoubleConsumer

[

T

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaObjIntConsumer

[

T

,

A1

](

sf

: (

T

,

A1

)

=> Unit

)(

implicit evA1

:

A1 =:= Int

):

RichFunction2AsObjIntConsumer

[

T

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaObjLongConsumer

[

T

,

A1

](

sf

: (

T

,

A1

)

=> Unit

)(

implicit evA1

:

A1 =:= Long

):

RichFunction2AsObjLongConsumer

[

T

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaPredicate

[

T

](

sf

:

T => Boolean

):

RichFunction1AsPredicate

[

T

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaSupplier

[

T

](

sf

: ()

=> T

):

RichFunction0AsSupplier

[

T

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaToDoubleBiFunction

[

T

,

U

](

sf

: (

T

,

U

)

=> Double

):

RichFunction2AsToDoubleBiFunction

[

T

,

U

]

Attributes
Inherited from:
Priority2FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaToDoubleFunction

[

T

](

sf

:

T => Double

):

RichFunction1AsToDoubleFunction

[

T

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaToIntBiFunction

[

T

,

U

](

sf

: (

T

,

U

)

=> Int

):

RichFunction2AsToIntBiFunction

[

T

,

U

]

Attributes
Inherited from:
Priority2FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaToIntFunction

[

T

](

sf

:

T => Int

):

RichFunction1AsToIntFunction

[

T

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaToLongBiFunction

[

T

,

U

](

sf

: (

T

,

U

)

=> Long

):

RichFunction2AsToLongBiFunction

[

T

,

U

]

Attributes
Inherited from:
Priority2FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaToLongFunction

[

T

](

sf

:

T => Long

):

RichFunction1AsToLongFunction

[

T

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala
implicit def enrichAsJavaUnaryOperator

[

T

,

A1

](

sf

:

T => A1

)(

implicit evA1

:

A1 =:= T

):

RichFunction1AsUnaryOperator

[

T

]

Attributes
Inherited from:
Priority1FunctionExtensions
Source
FunctionExtensions.scala

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4