MatrixWrapper
A Matrix that holds MatrixFeature objects.
Parameters
T
the type of items.
Functions
Link copied to clipboard
open override fun <F : StructureFeature> getFeature(type: KClass<out F>): F?
Content copied to clipboard
Get the first feature matching given class. Does not guarantee that matrix has only one feature matching the criteria.