Interface Binary<T>

All Superinterfaces:
BiFunction<T,T,T>, BinaryOperator<T>, Map2<T,T,T>

@Deprecated public interface Binary<T> extends BinaryOperator<T>, Map2<T,T,T>
Deprecated.
Use BinaryOperator instead.
Represents a binary operation on the same type T.

Implement this interface for binary operator instead of Map2 for brevity.

  • Method Summary

    Methods inherited from interface java.util.function.BiFunction

    andThen

    Methods inherited from interface org.jparsec.functors.Map2

    apply, map