public abstract class PrimitiveOp extends Object implements Op
| Modifier and Type | Field and Description |
|---|---|
protected Operation |
operation
Underlying operation.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PrimitiveOp(Operation operation)
Constructor.
|
protected final Operation operation
protected PrimitiveOp(Operation operation)
operation - the underlying operationCopyright © 2015–2019. All rights reserved.