Uses of Interface
com.gengoai.function.SerializableToDoubleBiFunction
-
Packages that use SerializableToDoubleBiFunction 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 com.gengoai.stream.spark -
-
Uses of SerializableToDoubleBiFunction in com.gengoai.function
Methods in com.gengoai.function that return SerializableToDoubleBiFunction Modifier and Type Method Description static <T,U>
SerializableToDoubleBiFunction<T,U>Unchecked. toDoubleBiFunction(CheckedToDoubleBiFunction<T,U> checked)
Generates a version of ToDoubleBiFunction that will capture exceptions and rethrow them as runtime exceptionsMethods in com.gengoai.function with parameters of type SerializableToDoubleBiFunction Modifier and Type Method Description static <T,U>
ToDoubleBiFunction<T,U>Serialized. toDoubleBiFunction(SerializableToDoubleBiFunction<T,U> serialized)
Generates a serialized version of ToDoubleBiFunction -
Uses of SerializableToDoubleBiFunction in com.gengoai.stream
Methods in com.gengoai.stream with parameters of type SerializableToDoubleBiFunction Modifier and Type Method Description MDoubleStream
MPairStream. mapToDouble(SerializableToDoubleBiFunction<? super T,? super U> function)
Maps the key-value pairs to doubles -
Uses of SerializableToDoubleBiFunction in com.gengoai.stream.local
Methods in com.gengoai.stream.local with parameters of type SerializableToDoubleBiFunction Modifier and Type Method Description MDoubleStream
AbstractLocalMPairStream. mapToDouble(@NonNull SerializableToDoubleBiFunction<? super K,? super V> function)
-
Uses of SerializableToDoubleBiFunction in com.gengoai.stream.spark
Methods in com.gengoai.stream.spark with parameters of type SerializableToDoubleBiFunction Modifier and Type Method Description MDoubleStream
SparkPairStream. mapToDouble(SerializableToDoubleBiFunction<? super T,? super U> function)
-