@FunctionalInterface public interface SafeFunction<T,R> extends Function<T,R>
default R
apply(T t)
R
applyUnsafe(T arg)
andThen, compose, identity
default R apply(T t)
apply
Function<T,R>
R applyUnsafe(T arg) throws Exception
Exception
Copyright © 2012–2017 MARID software development group. All rights reserved.