Skip to content

Create util to perform generic aware callbacks #11584

Closed
@philwebb

Description

@philwebb

We have quite a few calls now that use generically typed listeners of the form:

public interface SomeListener<T> {

    call(T arg);

}

The pattern to filter the listeners based on a resolvable type, make the call and deal with possible Lamda issues could be extracted.

Search the codebase for "Possibly a lambda-defined" to find the existing occurrences.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions