ElementLoopController

open class ElementLoopController<E>(var element: E) : LoopController(source)

Constructors

Link copied to clipboard
constructor(element: E)

Properties

Link copied to clipboard
var element: E
Link copied to clipboard

Functions

Link copied to clipboard
fun Break()