- All Known Implementing Classes:
- SoyTypes.SoyTypeArithmeticOperator, SoyTypes.SoyTypeComparisonOp, SoyTypes.SoyTypeEqualComparisonOp, SoyTypes.SoyTypePlusOperator
- Enclosing class:
- SoyTypes
public static interface SoyTypes.SoyTypeBinaryOperator
A type resolver interface that can be passed into getSoyTypeForBinaryOperator method. Note that
the implementation of this resolver does not need to handle union types. The logic for union
type should be handled by the callers that take this resolver as an argument.