All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.atemsource.atem.utility.binding.TypeFilter Maven / Gradle / Ivy

package org.atemsource.atem.utility.binding;

import org.atemsource.atem.api.type.EntityType;

public interface TypeFilter {
	public boolean isExcluded(EntityType entityType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy