S
- the type of the scalars (elements of the field on which all the operations are based)TB
- the type of the quantified tensor backed objectspublic class OngoingDeferredQuantifiedTensorBackedOperation<S,TB extends Tensorbacked<QuantifiedValue<S>>>
extends java.lang.Object
Constructor and Description |
---|
OngoingDeferredQuantifiedTensorBackedOperation(QuantityOperationRepository<S> operationRepository,
java.lang.Class<TB> resultClass,
Expression<TB> left) |
Modifier and Type | Method and Description |
---|---|
Expression<TB> |
minus(Expression<TB> right) |
Expression<TB> |
minus(TB right) |
Expression<TB> |
plus(Expression<TB> right) |
Expression<TB> |
plus(TB right) |
public OngoingDeferredQuantifiedTensorBackedOperation(QuantityOperationRepository<S> operationRepository, java.lang.Class<TB> resultClass, Expression<TB> left)
public Expression<TB> plus(TB right)
public Expression<TB> plus(Expression<TB> right)
public Expression<TB> minus(TB right)
public Expression<TB> minus(Expression<TB> right)