Interface ContextSpecificMergeFunction<T,U,R>
-
- Type Parameters:
T
- – the type of the first argument to the functionU
- – the type of the second argument to the functionR
- – the type of the result of the function
- All Superinterfaces:
BiFunction<T,U,R>
- All Known Implementing Classes:
ApplyViewToElementsFunction
,MergeSchema
@Deprecated public interface ContextSpecificMergeFunction<T,U,R> extends BiFunction<T,U,R>
Deprecated.Merging will be overhauled in 2.4.0.a function which is configurable based on the operation.- See Also:
BiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description ContextSpecificMergeFunction<T,U,R>
createFunctionWithContext(HashMap<String,Object> context)
Deprecated.Set<String>
getRequiredContextValues()
Deprecated.default boolean
isRequired(String name)
Deprecated.-
Methods inherited from interface java.util.function.BiFunction
andThen, apply
-
-
-
-
Method Detail
-
createFunctionWithContext
ContextSpecificMergeFunction<T,U,R> createFunctionWithContext(HashMap<String,Object> context) throws GafferCheckedException
Deprecated.- Throws:
GafferCheckedException
-
isRequired
default boolean isRequired(String name)
Deprecated.
-
-