Uses of Class
cdc.applic.factorization.events.ReduceEvent
-
Packages that use ReduceEvent Package Description cdc.applic.factorization cdc.applic.factorization.events -
-
Uses of ReduceEvent in cdc.applic.factorization
Methods in cdc.applic.factorization that return types with arguments of type ReduceEvent Modifier and Type Method Description <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 ReduceEvent Modifier and Type Method Description static <T> ReduceEvent<T>ReduceEvent. newChangeObjectApplicability(T object, Expression applicability)static <T> ReduceEvent<T>ReduceEvent. newRemoveObject(T object)
-