🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

Operations.OpIterator

Source set: Common
inner class OpIterator : OperationArgContainer

Properties

operation

Source set: Common
val operation: Operation

Returns the Operation at the current position of the iterator in the Operations.

Functions

next

Source set: Common
fun next(): Boolean

getInt

Source set: Common
override fun getInt(parameter: IntParameter): Int

Returns the value of parameter for the operation at the current position of the iterator.

getObject

Source set: Common
override fun <T> getObject(parameter: ObjectParameter<T>): T

Returns the value of parameter for the operation at the current position of the iterator.

currentOperationDebugString

Source set: Common
fun currentOperationDebugString() = buildString {
            append("operation[")
            append(opIdx)
            append("] = ")
            append(currentOpToDebugString(""))
        }
Source set: Common
inner class OpIterator : OperationArgContainer

Properties

operation

Source set: Common
val operation: Operation

Returns the Operation at the current position of the iterator in the Operations.

Functions

next

Source set: Common
fun next(): Boolean

getInt

Source set: Common
override fun getInt(parameter: IntParameter): Int

Returns the value of parameter for the operation at the current position of the iterator.

getObject

Source set: Common
override fun <T> getObject(parameter: ObjectParameter<T>): T

Returns the value of parameter for the operation at the current position of the iterator.

currentOperationDebugString

Source set: Common
fun currentOperationDebugString() = buildString {
            append("operation[")
            append(opIdx)
            append("] = ")
            append(currentOpToDebugString(""))
        }