Class PathUtils.ReplacementBiFunctionWrapper<T>
- Object
-
- PathUtils.ReplacementWrapper<T>
-
- ReplacementBiFunctionWrapper<T>
-
- All Implemented Interfaces:
BiFunction<String,T,T>
- Enclosing class:
- PathUtils
public static class PathUtils.ReplacementBiFunctionWrapper<T> extends PathUtils.ReplacementWrapper<T> implements BiFunction<String,T,T>
Internal class used to check if the value returned by the replacement BiFunction is null or not.
-
-
Constructor Summary
Constructors Constructor Description ReplacementBiFunctionWrapper(BiFunction<String,T,T> _biFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
apply(String _sKey, T _value)
-
Methods inherited from class PathUtils.ReplacementWrapper
throwIfNullDetected
-
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface BiFunction
andThen
-
-