Class TelemetryHelperControllerConfigurationProcessor
java.lang.Object
com.illumon.iris.controller.telemetry.TelemetryHelperControllerConfigurationProcessor
- All Implemented Interfaces:
FunctionalInterfaces.TriFunction<com.fishlib.io.logger.Logger,
PqStorage, AtomicLong, Boolean>
public class TelemetryHelperControllerConfigurationProcessor
extends Object
implements FunctionalInterfaces.TriFunction<com.fishlib.io.logger.Logger,PqStorage,AtomicLong,Boolean>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(com.fishlib.io.logger.Logger log, PqStorage pqStorage, AtomicLong nextSerial) Applies this function to the given arguments.
-
Constructor Details
-
TelemetryHelperControllerConfigurationProcessor
public TelemetryHelperControllerConfigurationProcessor()
-
-
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
-