Class PathUtils.ReplacementFunctionWrapper
- Object
-
- PathUtils.ReplacementWrapper<String>
-
- ReplacementFunctionWrapper
-
-
Constructor Summary
Constructors Constructor Description ReplacementFunctionWrapper(Function<String,String> _function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apply(String _value)
-
Methods inherited from class PathUtils.ReplacementWrapper
throwIfNullDetected
-
-