static class FBeforeColon extends FunctionImpl { public O process(O _in) { String in = cast _in; return in.substring(0, in.indexOf(':')); } }