@FunctionalInterface public static interface TruffleSafepoint.CompiledInterruptibleFunction<T,R> extends TruffleSafepoint.InterruptibleFunction<T,R>
TruffleSafepoint.InterruptibleFunction
but allows partial evaluation.Modifier and Type | Method and Description |
---|---|
R |
apply(T arg)
Runs the interruptible method for a given object.
|
R apply(T arg) throws InterruptedException
apply
in interface TruffleSafepoint.InterruptibleFunction<T,R>
InterruptedException