Class TimerMetaDataEntryFunction<C>
java.lang.Object
org.wildfly.clustering.ee.cache.function.RemappingFunction<RemappableTimerMetaDataEntry<C>,Supplier<Offset<Duration>>>
org.wildfly.clustering.ejb.cache.timer.TimerMetaDataEntryFunction<C>
- All Implemented Interfaces:
BiFunction<Object,RemappableTimerMetaDataEntry<C>, RemappableTimerMetaDataEntry<C>>
public class TimerMetaDataEntryFunction<C>
extends RemappingFunction<RemappableTimerMetaDataEntry<C>,Supplier<Offset<Duration>>>
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.ee.cache.function.RemappingFunction
apply, getOperandMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
TimerMetaDataEntryFunction
-