Uses of Interface
com.gengoai.function.SerializableDoubleUnaryOperator
-
Packages that use SerializableDoubleUnaryOperator Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements.com.gengoai.stream A unified stream interface that can work across Java and Spark streams.com.gengoai.stream.local -
-
Uses of SerializableDoubleUnaryOperator in com.gengoai.function
Methods in com.gengoai.function that return SerializableDoubleUnaryOperator Modifier and Type Method Description static SerializableDoubleUnaryOperator
Unchecked. doubleUnaryOperator(CheckedDoubleUnaryOperator checked)
Generates a version of DoubleUnaryOperator that will capture exceptions and rethrow them as runtime exceptionsMethods in com.gengoai.function with parameters of type SerializableDoubleUnaryOperator Modifier and Type Method Description static DoubleUnaryOperator
Serialized. doubleUnaryOperator(SerializableDoubleUnaryOperator serialized)
Generates a serialized version of DoubleUnaryOperator -
Uses of SerializableDoubleUnaryOperator in com.gengoai.stream
Methods in com.gengoai.stream with parameters of type SerializableDoubleUnaryOperator Modifier and Type Method Description MDoubleStream
MDoubleStream. map(SerializableDoubleUnaryOperator mapper)
Maps the doubles in the stream using the given function -
Uses of SerializableDoubleUnaryOperator in com.gengoai.stream.local
Methods in com.gengoai.stream.local with parameters of type SerializableDoubleUnaryOperator Modifier and Type Method Description MDoubleStream
LocalMDoubleStream. map(@NonNull SerializableDoubleUnaryOperator mapper)
-