You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to iterate or use methods like .contains(), .isEmpty(), or size().
I believe these methods could be called on the Set fetched from the connectorMessage, but then (for example, when calling .contains()) you no longer have access to the convertToMetaDataId() method, which is private to DestinationSet.
The text was updated successfully, but these errors were encountered:
rogin
added a commit
to rogin/connect
that referenced
this issue
Aug 8, 2023
It should be possible to iterate or use methods like
.contains()
,.isEmpty()
, orsize()
.I believe these methods could be called on the Set fetched from the connectorMessage, but then (for example, when calling
.contains()
) you no longer have access to theconvertToMetaDataId()
method, which is private to DestinationSet.The text was updated successfully, but these errors were encountered: