AbstractCollectionOf

abstract class AbstractCollectionOf: WithoutSideEffects<ExecutionContext>

Fields

Name Description
val name: String

Constructors

<init>

constructor(name: String)

Parameters

Name Description
name: String

Methods

computeAllSubstitutions

protected open fun Request<ExecutionContext>.computeAllSubstitutions(first: Term, second: Term, third: Term): Sequence<Substitution>

Receiver

Name Description
Request<ExecutionContext>

Parameters

Name Description
first: Term
second: Term
third: Term

ReturnValue

Name Description
Sequence<Substitution>

processSolutions

protected abstract fun processSolutions(list: List<Term>): Iterable<Term>

Parameters

Name Description
list: List<Term>

ReturnValue

Name Description
Iterable<Term>