@FunctionalInterface public interface IGetter<T,R> extends Function<T,R>, Serializable
R
apply(T t)
andThen, compose, identity
R apply(T t)
apply
Function<T,R>
t
Copyright © 2024. All rights reserved.