kvision / pl.treksoft.kvision.utils / Node

Node

class Node<T>

Created by gazollajunior on 07/04/16.

Constructors

<init>

Node(value: T)

Created by gazollajunior on 07/04/16.

Properties

next

var next: Node<T>?

previous

var previous: Node<T>?

value

var value: T

Extension Functions

createInstance

fun <T> Any?.createInstance(vararg args: dynamic): T

Helper function for creating JavaScript objects from dynamic constructors.