Uses of Interface
com.gengoai.function.SerializableDoubleConsumer
-
Packages that use SerializableDoubleConsumer Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements.com.gengoai.math com.gengoai.stream A unified stream interface that can work across Java and Spark streams.com.gengoai.stream.local -
-
Uses of SerializableDoubleConsumer in com.gengoai.function
Methods in com.gengoai.function that return SerializableDoubleConsumer Modifier and Type Method Description static SerializableDoubleConsumer
Unchecked. doubleConsumer(CheckedDoubleConsumer checked)
Generates a version of DoubleConsumer that will capture exceptions and rethrow them as runtime exceptionsMethods in com.gengoai.function with parameters of type SerializableDoubleConsumer Modifier and Type Method Description static DoubleConsumer
Serialized. doubleConsumer(SerializableDoubleConsumer serialized)
Generates a serialized version of DoubleConsumer -
Uses of SerializableDoubleConsumer in com.gengoai.math
Classes in com.gengoai.math that implement SerializableDoubleConsumer Modifier and Type Class Description class
EnhancedDoubleStatistics
Enhanced version ofDoubleSummaryStatistics
that provides average, variance, and standard deviation. -
Uses of SerializableDoubleConsumer in com.gengoai.stream
Methods in com.gengoai.stream with parameters of type SerializableDoubleConsumer Modifier and Type Method Description void
MDoubleStream. forEach(SerializableDoubleConsumer consumer)
Performs an operation on each item in the stream -
Uses of SerializableDoubleConsumer in com.gengoai.stream.local
Methods in com.gengoai.stream.local with parameters of type SerializableDoubleConsumer Modifier and Type Method Description void
LocalMDoubleStream. forEach(@NonNull SerializableDoubleConsumer consumer)
-