srecord noeq JE_CompressElementsIndividually(L inputData) { // get current best compressed representation S code aka get() { ret formatFunctionCall ll(map(inputData, data -> new JETrivialCompressor().compress(data))); } }