AbstractIterableItems

abstract class AbstractIterableItems<T : Any> : Functional<ExecutionContext>

Fields

Name Description
protected abstract isIterable: Boolean
protected abstract items: Sequence<Any?>

Constructors

<init>

constructor(iterable: String, target: KClass<T>)

Parameters

Name Description
iterable: String
target: KClass<T>

Methods

toIterable

protected abstract fun Sequence<Any?>.toIterable(): T

Receiver

Name Description
Sequence<Any?>

ReturnValue

Name Description
T

computeOneSubstitution

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

Receiver

Name Description
Request<ExecutionContext>

Parameters

Name Description
first: Term
second: Term

ReturnValue

Name Description
Substitution