canHandleType<J> method

bool canHandleType<J>()

Implementation

bool canHandleType<J>() {
  return J == T;
}