static bool isListOfElementType(O o, Class type) { if (!o instanceof L) false; ret allElementsAreOfType((List) o, type); }