Package org.pkl.core

Interface StackFrameTransformer

All Superinterfaces:
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 Function<StackFrame,StackFrame>
Transforms stack frames to make Pkl stack trace output more useful.