Interface JarUtils.Extractor<T>

All Superinterfaces:
Function<JarFile,T>
Enclosing class:
JarUtils

public static interface JarUtils.Extractor<T> extends Function<JarFile,T>