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.
Transforms stack frames to make Pkl stack trace output more useful.
-
Method Summary
Modifier and TypeMethodDescriptiondefault StackFrameTransformerandThen(StackFrameTransformer transformer)
-
Method Details
-
andThen
-