All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.deephaven.plot.util.functions.SerializableBiFunction Maven / Gradle / Ivy

There is a newer version: 0.37.1
Show newest version
//
// Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
//
package io.deephaven.plot.util.functions;

import java.io.Serializable;
import java.util.function.BiFunction;

/**
 * A serializable binary function. 
*/ public interface SerializableBiFunction extends BiFunction, Serializable { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy