MCPcopy Create free account
hub / github.com/antlr/codebuff / apply

Method apply

output/java_guava/1.4.17/Tables.java:249–252  ·  view source on GitHub ↗
(Cell<?, ?, ?> cell)

Source from the content-addressed store, hash-verified

247 private static final Function<Cell<?, ?, ?>, Cell<?, ?, ?>> TRANSPOSE_CELL =
248 new Function<Cell<?, ?, ?>, Cell<?, ?, ?>>() {
249 @Override
250 public Cell<?, ?, ?> apply(Cell<?, ?, ?> cell) {
251 return immutableCell(cell.getColumnKey(), cell.getRowKey(), cell.getValue());
252 }
253 };
254
255 @SuppressWarnings("unchecked")

Callers

nothing calls this directly

Calls 4

getColumnKeyMethod · 0.65
getRowKeyMethod · 0.65
getValueMethod · 0.65
immutableCellMethod · 0.45

Tested by

no test coverage detected