ActionParser

fun interface ActionParser<out A : Action>

Parses action from action components

Functions

Link copied to clipboard
abstract fun parse(components: PshComponents, pathIndex: Int): A?

Tries to parse given path

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard