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 validate with a predicate that an object is of a given type or implements an interface. The predicate instance-of(type) and the predicate implements(interface) are respectively asserting that the input object is of the type passed as the parameter or that it implements the interface given as parameter.
It should be possible to validate with a predicate that an object is of a given type or implements an interface. The predicate
instance-of(type)
and the predicateimplements(interface)
are respectively asserting that the input object is of the type passed as the parameter or that it implements the interface given as parameter.The text was updated successfully, but these errors were encountered: