Package org.pkl.core

Interface StackFrameTransformer

  • All Superinterfaces:
    java.util.function.Function<StackFrame,​StackFrame>
    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 interface StackFrameTransformer
    extends java.util.function.Function<StackFrame,​StackFrame>
    Transforms stack frames to make Pkl stack trace output more useful.