T
R
public interface Extractor<T,R> extends java.util.function.Function<T,R>, java.io.Serializable
apply(T t)
default java.lang.invoke.MethodType
getType()
andThen, compose, identity
R apply(T t)
apply
java.util.function.Function<T,R>
default java.lang.invoke.MethodType getType()