- Type Parameters:
T
- the argument type for the function
- All Implemented Interfaces:
- Function<T,Void>
- Direct Known Subclasses:
- Functions.CollectorFunction
public abstract class VoidFunction<T>
extends Object
implements com.google.common.base.Function<T,Void>
Convenient abstract class that implements a Function
whose target type is Void, e.g avoids having to declare
the Void type parameter having to explicitly return null in implements.
- See Also:
ResourceOrigin.traverseWith(info.magnolia.resourceloader.ResourceVisitor)
,
ResourceOrigin.watchForChanges(info.magnolia.resourceloader.ResourceVisitor)