Class AbstractFunction<T,O>

java.lang.Object
org.wildfly.clustering.cache.function.AbstractFunction<T,O>
Type Parameters:
T - the operand type
O - the operable object type
All Implemented Interfaces:
BiConsumer<O,T>, BiFunction<Object,O,O>
Direct Known Subclasses:
CollectionFunction, MapFunction

public abstract class AbstractFunction<T,O> extends Object implements BiFunction<Object,O,O>, BiConsumer<O,T>
Function that operates on an operable object.
Author:
Paul Ferraro