Interface TruffleInstrument.ContextLocalFactory<T>

Enclosing class:
TruffleInstrument
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface TruffleInstrument.ContextLocalFactory<T>
Context local factory for Truffle instruments. Creates a new value per context.
Since:
20.3
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a new value for a context local of an instrument.