deleteType abstract method

void deleteType(
  1. T type
)

Removes type from the active types and from all types lists

Implementation

void deleteType(T type);