public interface Typed<T>
Class), which can be queried
at runtime.boolean supports(T data)
By default, this method will return true always, since the type is
known to be compatible. But individual implementations may have other
requirements beyond class assignability.
Copyright © 2009–2015 SciJava. All rights reserved.