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

org.openstreetmap.atlas.utilities.function.TernaryOperator Maven / Gradle / Ivy

The newest version!
package org.openstreetmap.atlas.utilities.function;

/**
 * Represents an operation upon three operands of the same type, producing a result of the same type
 * as the operands. This is a specialization of {@link TernaryFunction} for the case where the
 * operands and the result are all of the same type.
 *
 * @param 
 *            the type of the operands and result of the operator
 * @author lcram
 */
@FunctionalInterface
public interface TernaryOperator extends TernaryFunction
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy