static class FAfterColon extends FunctionImpl { public O process(O _in) { String in = cast _in; return in.substring(in.indexOf(':')+1); } }