Searched refs:getFallbackFunctions (Results 1 – 2 of 2) sorted by relevance
115 final Stream<BiFunction<RbPath, DynamicVars, Optional<Result>>> getFallbackFunctions() { in getFallbackFunctions() method in Rule
67 rules.stream().flatMap(Rule::getFallbackFunctions).collect(toImmutableList()); in RegexTransformer()