Interface Binary<T>

  • All Superinterfaces:
    java.util.function.BiFunction<T,​T,​T>, java.util.function.BinaryOperator<T>, Map2<T,​T,​T>

    @Deprecated
    public interface Binary<T>
    extends java.util.function.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