Package co.aikar.util

Class LoadingMap.Feeder<T>

java.lang.Object
co.aikar.util.LoadingMap.Feeder<T>
Type Parameters:
T - Type
All Implemented Interfaces:
Function<T,​T>
Enclosing class:
LoadingMap<K,​V>

public abstract static class LoadingMap.Feeder<T> extends Object implements Function<T,​T>
Due to java stuff, you will need to cast it to (Function) for some cases