DataType
- the type of data encapsulatedServiceType
- the type of service upon which this operation actspublic interface Operation<DataType,ServiceType>
Upon
around a datum of type
DataType
.Modifier and Type | Interface and Description |
---|---|
static interface |
Operation.InvertibleOperation<DataType,ServiceType,SelfType extends Operation.InvertibleOperation<DataType,ServiceType,SelfType,InverseType>,InverseType extends Operation.InvertibleOperation<DataType,ServiceType,InverseType,SelfType>>
An invertible
Operation . |
Modifier and Type | Method and Description |
---|---|
void |
actOn(ServiceType service)
Execute this operation against a given service
|
DataType |
data() |
DataType data()
void actOn(ServiceType service)
service
- the service against which to executeLicenced under the Apache License, Version 2.0