Uses of Class
cdc.applic.factorization.events.ReduceEvent
Packages that use ReduceEvent
-
Uses of ReduceEvent in cdc.applic.factorization
Methods in cdc.applic.factorization that return types with arguments of type ReduceEventModifier and TypeMethodDescription<T> List<ReduceEvent<T>>Reducer.reduce(List<? extends T> objects, Expression targetApplicability, ApplicabilityExtractor<? super T> extractor, FactorizationFeatures features) -
Uses of ReduceEvent in cdc.applic.factorization.events
Methods in cdc.applic.factorization.events that return ReduceEventModifier and TypeMethodDescriptionstatic <T> ReduceEvent<T>ReduceEvent.newChangeObjectApplicability(T object, Expression applicability) static <T> ReduceEvent<T>ReduceEvent.newRemoveObject(T object)