accepts method

bool accepts(
  1. Type t
)

Implementation

bool accepts(Type t) {
  return false;
}