@FunctionalInterface public interface MapperFunction<IN,OUT> extends java.util.function.Function<IN,OUT>
BeanUtil
andThen, apply, compose, identity
Copyright © 2003-present Jodd Team