This would find use with every Java API like the `...
# language-proposals
a
This would find use with every Java API like the
LiveData<T>.observe(LifecycleOwner owner, Observer<T> observer)
that has a SAM type as the last argument that is intended to be passed as a lambda, but has other SAM typed parameters that are not intended to be passed as lambdas.