scroll.internal.dispatch

Type members

Classlikes

Companion object for DispatchQuery providing some static dispatch functions and a fluent dispatch query creation API.

Companion object for DispatchQuery providing some static dispatch functions and a fluent dispatch query creation API.

Companion
class
case
class DispatchQuery(from: From, to: To, through: Through, bypassing: Bypassing, var _sortedWith: Option[(AnyRef, AnyRef) => Boolean])

Composed dispatch query, i.e., applying the composition of all dispatch queries the given set of edges. All provided queries must be side-effect free!

Composed dispatch query, i.e., applying the composition of all dispatch queries the given set of edges. All provided queries must be side-effect free!

Value Params
bypassing

query specifying all elements to be left out for the role dispatch query

from

query selecting the starting element for the role dispatch query

through

query specifying intermediate elements for the role dispatch query

to

query selecting the end element for the role dispatch query

Companion
object

This Trait specifies a general interface for reflectively invoking methods.

This Trait specifies a general interface for reflectively invoking methods.

trait SCROLLDynamic extends Dynamic

This Trait enables dynamic invocation of role methods that are not natively available on the player object.

This Trait enables dynamic invocation of role methods that are not natively available on the player object.