Class WildcardType

java.lang.Object
io.xpipe.core.data.type.DataType
io.xpipe.core.data.type.WildcardType

public class WildcardType extends DataType
A wildcard type matches any DataStructureNode instance. For simplicity reasons it is not possible to further specify a wildcard instance to only match a certain subset of DataStructureNode instance that fullfil a certain property.