Interface TruffleSafepoint.CompiledInterruptibleFunction<T,R>
- All Superinterfaces:
TruffleSafepoint.InterruptibleFunction<T,R>
- Enclosing class:
TruffleSafepoint
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface TruffleSafepoint.CompiledInterruptibleFunction<T,R>
extends TruffleSafepoint.InterruptibleFunction<T,R>
Just like
TruffleSafepoint.InterruptibleFunction but allows partial evaluation.- Since:
- 23.1
-
Method Summary
-
Method Details
-
apply
Runs the interruptible method for a given object.- Specified by:
applyin interfaceTruffleSafepoint.InterruptibleFunction<T,R> - Throws:
InterruptedException- Since:
- 23.1
-