sclass SerializeComputationsWithoutValue extends SerializeComputations { void get(A a, Runnable r) { get(a, runnableToIF0(r)); } }