Uses of Class
org.eclipse.epsilon.common.function.BaseDelegate.MergeMode
-
-
Uses of BaseDelegate.MergeMode in org.eclipse.epsilon.common.concurrent
Methods in org.eclipse.epsilon.common.concurrent with parameters of type BaseDelegate.MergeMode Modifier and Type Method Description default void
ConcurrentBaseDelegate. mergeAndSetThreadSafety(BaseDelegate.MergeMode mode, boolean threadSafe)
default <C> void
ConcurrentBaseDelegate. mergeCollectionsUnique(Function<T,Collection<C>> colPropertyGetter, Supplier<? extends Collection<C>> threadSafeTargetCol, Supplier<? extends Collection<C>> targetCol, BaseDelegate.MergeMode mode)
CallsBaseDelegate#mergeCollectionsUnique(Function, Function, MergeMode)
with threadSafeTargetCol if the target (i.e.void
DelegatePersistentThreadLocal. remove(BaseDelegate.MergeMode mode)
void
DelegatePersistentThreadLocal. removeAll(BaseDelegate.MergeMode mode)
-
Uses of BaseDelegate.MergeMode in org.eclipse.epsilon.common.function
Methods in org.eclipse.epsilon.common.function that return BaseDelegate.MergeMode Modifier and Type Method Description static BaseDelegate.MergeMode
BaseDelegate.MergeMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static BaseDelegate.MergeMode[]
BaseDelegate.MergeMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.epsilon.common.function with parameters of type BaseDelegate.MergeMode Modifier and Type Method Description default T
BaseDelegate. getFrom(BaseDelegate.MergeMode mode)
default T
BaseDelegate. getTo(BaseDelegate.MergeMode mode)
void
BaseDelegate. merge(BaseDelegate.MergeMode mode)
default <C> void
BaseDelegate. mergeCollectionsUnique(Function<T,Collection<C>> colPropertyGetter, Supplier<? extends Collection<C>> targetColSup, BaseDelegate.MergeMode mode)
-
Uses of BaseDelegate.MergeMode in org.eclipse.epsilon.eol.execute
Methods in org.eclipse.epsilon.eol.execute with parameters of type BaseDelegate.MergeMode Modifier and Type Method Description void
ExecutorFactory. merge(BaseDelegate.MergeMode mode)
-
Uses of BaseDelegate.MergeMode in org.eclipse.epsilon.eol.execute.context
Methods in org.eclipse.epsilon.eol.execute.context with parameters of type BaseDelegate.MergeMode Modifier and Type Method Description void
FrameStack. merge(BaseDelegate.MergeMode mode)
Adds all of this FrameStack's frames into its base FrameStack, or vice-versa. -
Uses of BaseDelegate.MergeMode in org.eclipse.epsilon.erl.execute
Methods in org.eclipse.epsilon.erl.execute with parameters of type BaseDelegate.MergeMode Modifier and Type Method Description void
RuleExecutorFactory. merge(BaseDelegate.MergeMode mode)
-