Package com.illumon.iris.controller
Class RevertHelperControllerConfigurationProcessor
java.lang.Object
com.illumon.iris.controller.RevertHelperControllerConfigurationProcessor
- All Implemented Interfaces:
FunctionalInterfaces.TriFunction<com.fishlib.io.logger.Logger,PqStorage,AtomicLong,Boolean>
public class RevertHelperControllerConfigurationProcessor extends Object implements FunctionalInterfaces.TriFunction<com.fishlib.io.logger.Logger,PqStorage,AtomicLong,Boolean>
-
Constructor Summary
Constructors Constructor Description RevertHelperControllerConfigurationProcessor() -
Method Summary
Modifier and Type Method Description Booleanapply(com.fishlib.io.logger.Logger log, PqStorage pqStorage, AtomicLong nextSerial)Applies this function to the given arguments.
-
Constructor Details
-
RevertHelperControllerConfigurationProcessor
public RevertHelperControllerConfigurationProcessor()
-
-
Method Details
-
apply
Description copied from interface:FunctionalInterfaces.TriFunctionApplies this function to the given arguments.- Specified by:
applyin interfaceFunctionalInterfaces.TriFunction<com.fishlib.io.logger.Logger,PqStorage,AtomicLong,Boolean>- Parameters:
log- the first function argumentpqStorage- the second function argumentnextSerial- the third argument- Returns:
- the function result
-