static bool isRunnable(O o) { ret o instanceof Runnable || hasMethod(o, "get"); }