derive

fun derive(node: ShaChain.Node, direction: Boolean): ShaChain.Node

Return

the child of our node in the specified direction

Parameters

node

initial node

direction

false means left, true means right

fun derive(node: ShaChain.Node, directions: List<Boolean>): ShaChain.Node
fun derive(node: ShaChain.Node, directions: Long): ShaChain.Node