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 Boolean
apply(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.TriFunction
Applies this function to the given arguments.- Specified by:
apply
in 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
-