ClusterConcept

Functional Interface Dispatch Confusion

cluster-141

Functional-interface lambdas can be misread as directly invoking run() without a method body because the abstract method implementation is supplied at assignment time, so the call site looks like a plain run() call.