public abstract class BinaryOperator<T extends Value> extends Evaluatable
protected T
lhs
rhs
BinaryOperator(T lhs, T rhs)
accept
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final T extends Value lhs
protected final T extends Value rhs
public BinaryOperator(T lhs, T rhs)
Copyright © 2019. All rights reserved.