Package com.github.simy4.xpath.util
Interface Function<T,R>
-
- Type Parameters:
T- function parameter typeR- function return type
- All Known Implementing Classes:
LazyMemoizedServiceLoader
public interface Function<T,R>java.util.function.Functionexact copy.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T t)
-