Package org.apache.pekko.util
Class FunctionConverters$
- java.lang.Object
-
- org.apache.pekko.util.FunctionConverters$
-
- All Implemented Interfaces:
scala.jdk.Priority0FunctionExtensions
,scala.jdk.Priority1FunctionExtensions
,scala.jdk.Priority2FunctionExtensions
,scala.jdk.Priority3FunctionExtensions
public class FunctionConverters$ extends java.lang.Object implements scala.jdk.Priority0FunctionExtensions
INTERNAL APIRemove this once Scala 2.12 support is dropped since all methods are in Scala 2.13+ stdlib
-
-
Field Summary
Fields Modifier and Type Field Description static FunctionConverters$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description FunctionConverters$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface scala.jdk.Priority0FunctionExtensions
enrichAsJavaBooleanSupplier, enrichAsJavaDoubleBinaryOperator, enrichAsJavaDoubleConsumer, enrichAsJavaDoublePredicate, enrichAsJavaDoubleSupplier, enrichAsJavaDoubleToIntFunction, enrichAsJavaDoubleToLongFunction, enrichAsJavaDoubleUnaryOperator, enrichAsJavaIntBinaryOperator, enrichAsJavaIntConsumer, enrichAsJavaIntPredicate, enrichAsJavaIntSupplier, enrichAsJavaIntToDoubleFunction, enrichAsJavaIntToLongFunction, enrichAsJavaIntUnaryOperator, enrichAsJavaLongBinaryOperator, enrichAsJavaLongConsumer, enrichAsJavaLongPredicate, enrichAsJavaLongSupplier, enrichAsJavaLongToDoubleFunction, enrichAsJavaLongToIntFunction, enrichAsJavaLongUnaryOperator, enrichAsScalaFromBiConsumer, enrichAsScalaFromBiFunction, enrichAsScalaFromBinaryOperator, enrichAsScalaFromBiPredicate, enrichAsScalaFromBooleanSupplier, enrichAsScalaFromConsumer, enrichAsScalaFromDoubleBinaryOperator, enrichAsScalaFromDoubleConsumer, enrichAsScalaFromDoubleFunction, enrichAsScalaFromDoublePredicate, enrichAsScalaFromDoubleSupplier, enrichAsScalaFromDoubleToIntFunction, enrichAsScalaFromDoubleToLongFunction, enrichAsScalaFromDoubleUnaryOperator, enrichAsScalaFromFunction, enrichAsScalaFromIntBinaryOperator, enrichAsScalaFromIntConsumer, enrichAsScalaFromIntFunction, enrichAsScalaFromIntPredicate, enrichAsScalaFromIntSupplier, enrichAsScalaFromIntToDoubleFunction, enrichAsScalaFromIntToLongFunction, enrichAsScalaFromIntUnaryOperator, enrichAsScalaFromLongBinaryOperator, enrichAsScalaFromLongConsumer, enrichAsScalaFromLongFunction, enrichAsScalaFromLongPredicate, enrichAsScalaFromLongSupplier, enrichAsScalaFromLongToDoubleFunction, enrichAsScalaFromLongToIntFunction, enrichAsScalaFromLongUnaryOperator, enrichAsScalaFromObjDoubleConsumer, enrichAsScalaFromObjIntConsumer, enrichAsScalaFromObjLongConsumer, enrichAsScalaFromPredicate, enrichAsScalaFromSupplier, enrichAsScalaFromToDoubleBiFunction, enrichAsScalaFromToDoubleFunction, enrichAsScalaFromToIntBiFunction, enrichAsScalaFromToIntFunction, enrichAsScalaFromToLongBiFunction, enrichAsScalaFromToLongFunction, enrichAsScalaFromUnaryOperator
-
Methods inherited from interface scala.jdk.Priority1FunctionExtensions
enrichAsJavaBinaryOperator, enrichAsJavaConsumer, enrichAsJavaDoubleFunction, enrichAsJavaIntFunction, enrichAsJavaLongFunction, enrichAsJavaObjDoubleConsumer, enrichAsJavaObjIntConsumer, enrichAsJavaObjLongConsumer, enrichAsJavaPredicate, enrichAsJavaSupplier, enrichAsJavaToDoubleFunction, enrichAsJavaToIntFunction, enrichAsJavaToLongFunction, enrichAsJavaUnaryOperator
-
-
-
-
Field Detail
-
MODULE$
public static final FunctionConverters$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-