DataType
- the type of data encapsulatedServiceType
- the type of service upon which this operation actsSelfType
- this typeInverseType
- the type of the inverse operationpublic static interface Operation.InvertibleOperation<DataType,ServiceType,SelfType extends Operation.InvertibleOperation<DataType,ServiceType,SelfType,InverseType>,InverseType extends Operation.InvertibleOperation<DataType,ServiceType,InverseType,SelfType>> extends Operation<DataType,ServiceType>
Operation
.Operation.InvertibleOperation<DataType,ServiceType,SelfType extends Operation.InvertibleOperation<DataType,ServiceType,SelfType,InverseType>,InverseType extends Operation.InvertibleOperation<DataType,ServiceType,InverseType,SelfType>>
Modifier and Type | Method and Description |
---|---|
InverseType |
inverse()
Creates an inverse operation for this data.
|
InverseType inverse()
Licenced under the Apache License, Version 2.0