Package io.deephaven.plot.util.functions
Interface SerializableBiFunction<T,U,R>
- All Superinterfaces:
BiFunction<T,
,U, R> Serializable
- All Known Implementing Classes:
ClosureBiFunction
A serializable binary function.
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply