Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.jdk/scala.jdk.javaapi/FunctionConverters

FunctionConverters

scala.jdk.javaapi.FunctionConverters

This object contains methods that convert between Scala and Java function types.

The explicit conversion methods defined here are intended to be used in Java code. For Scala code, it is recommended to use the extension methods defined inscala.jdk.FunctionConverters.

For details how the function converters work, seescala.jdk.FunctionConverters.

Attributes

Source
FunctionConverters.scala
Graph
Supertypes
classObject
traitMatchable
classAny
Self type

Members list

Value members

Concrete methods

defasJavaBiConsumer[T,U](sf: (T,U)=>BoxedUnit):BiConsumer[T,U]

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasJavaBiFunction[T,U,R](sf: (T,U)=>R):BiFunction[T,U,R]

Attributes

Source
FunctionConverters.scala
defasJavaBiPredicate[T,U](sf: (T,U)=>Boolean):BiPredicate[T,U]

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasJavaBinaryOperator[T](sf: (T,T)=>T):BinaryOperator[T]

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasJavaConsumer[T](sf:T=>BoxedUnit):Consumer[T]

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasJavaFunction[T,R](sf:T=>R):Function[T,R]

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasJavaObjDoubleConsumer[T](sf: (T,Double)=>BoxedUnit):ObjDoubleConsumer[T]

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasJavaObjIntConsumer[T](sf: (T,Integer)=>BoxedUnit):ObjIntConsumer[T]

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasJavaObjLongConsumer[T](sf: (T,Long)=>BoxedUnit):ObjLongConsumer[T]

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasJavaSupplier[T](sf: ()=>T):Supplier[T]

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasScalaFromBiConsumer[T,U](jf:BiConsumer[T,U]): (T,U)=>BoxedUnit

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasScalaFromBiFunction[T,U,R](jf:BiFunction[T,U,R]): (T,U)=>R

Attributes

Source
FunctionConverters.scala
defasScalaFromBiPredicate[T,U](jf:BiPredicate[T,U]): (T,U)=>Boolean

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasScalaFromConsumer[T](jf:Consumer[T]):T=>BoxedUnit

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasScalaFromFunction[T,R](jf:Function[T,R]):T=>R

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasScalaFromObjIntConsumer[T](jf:ObjIntConsumer[T]): (T,Integer)=>BoxedUnit

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasScalaFromObjLongConsumer[T](jf:ObjLongConsumer[T]): (T,Long)=>BoxedUnit

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
defasScalaFromSupplier[T](jf:Supplier[T]): ()=>T

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214).

Note: this method uses the boxed typejava.lang.X (orBoxedUnit) instead of the primitive typescala.X to improve compatibility when using it in Java code (the Scala compiler emitsC[Int] asC[Object] in bytecode due toscala/bug#4214). In Scala code, addimport scala.jdk.FunctionConverters._ and use the extension methods instead.

Attributes

Source
FunctionConverters.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp