eygraber
06/23/2025, 7:08 PMComposable function references behave slightly differently from composable lambda objects at runtime. In particular, composable lambdas allow for finer control over skipping by extending the ComposableLambda class. Function references are expected to implement the KCallable interface, so the same optimization cannot be applied to them.
How are we supposed to control the interfaces that the function reference implements?shikasd
06/23/2025, 7:09 PMeygraber
06/23/2025, 7:11 PM