An try-finally transform. Equivalent call: A combination of folds and catches. MethodHandle exceptionHandler = [drop exception and invoke post logic] target = MethodHandles.catchException(target, Throwable.class, exceptionHandler) target = MethodHandles.foldArguments(post, target)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.