@FunctionalInterface
public interface ThrowingFunction<T>
T apply() throws java.lang.Exception
java.lang.Exception - any errorstatic <T> T wrap(ThrowingFunction<T> function)
T - tfunction - apply function.Copyright © 2026 The Apache Software Foundation. All rights reserved.