selectSrcTo

fun selectSrcTo(literalAction: (String) -> String, pathAction: (String) -> String): String

Does action based on whether the InputSrc is Literal or Path

Parameters

literalAction

action to transform src if it is a literal

pathAction

action to transform src if it is a path