abstract class AbstractGetData: BinaryRelation<ExecutionContext>
Fields
Name | Description |
---|---|
protected abstract data: Map<String, Any>
|
Constructors
<init>
constructor(suffix: String)
Parameters
Name | Description |
---|---|
suffix: String
|
Methods
computeAll
protected open fun Request<ExecutionContext>.computeAll(first: Term, second: Term): Sequence
Receiver
Name | Description |
---|---|
Request<ExecutionContext>
|
ReturnValue
Name | Description |
---|---|
Sequence
|
Template method aimed at computing the application of this relation to three Terms