@FunctionalInterface public interface ThrowingFunction<F,T,X extends Throwable>
T
apply(F input)
T apply(F input) throws X extends Throwable
X extends Throwable
Copyright © 2015 Zalando SE. All rights reserved.