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

    Modifier and Type
    Method
    Description
    apply(T arg)
    Runs the interruptible method for a given object.