- 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
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
apply
@Nullable
public T apply(@Nullable
@Nullable Object input)
- Specified by:
apply
in interface Function<T,T>
-
apply
@Nullable
public abstract T apply()