We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
binds an executor [...] to an object or function of type T.
T
Does this really mean to talk about functions? Uses-executor construction is only defined for object types, not function types.
Does it mean function objects? (Which are also objects).