Package com.strobel.functions
Interface Function<T,R>
-
- All Known Implementing Classes:
JavaResolver
public interface Function<T,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(T input)
-