Interface ContextSpecificMergeFunction<T,​U,​R>

  • Type Parameters:
    T - – the type of the first argument to the function
    U - – the type of the second argument to the function
    R - – the type of the result of the function
    All Superinterfaces:
    BiFunction<T,​U,​R>
    All Known Implementing Classes:
    ApplyViewToElementsFunction, MergeSchema

    public interface ContextSpecificMergeFunction<T,​U,​R>
    extends BiFunction<T,​U,​R>
    a function which is configurable based on the operation.
    See Also:
    BiFunction