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

Method apply

output/java_guava/1.4.17/Tables.java:402–405  ·  view source on GitHub ↗
(Cell<R, C, V1> cell)

Source from the content-addressed store, hash-verified

400 Function<Cell<R, C, V1>, Cell<R, C, V2>> cellFunction() {
401 return new Function<Cell<R, C, V1>, Cell<R, C, V2>>() {
402 @Override
403 public Cell<R, C, V2> apply(Cell<R, C, V1> cell) {
404 return immutableCell(cell.getRowKey(), cell.getColumnKey(), function.apply(cell.getValue()));
405 }
406 };
407 }
408

Callers

nothing calls this directly

Calls 6

transformValuesMethod · 0.95
getRowKeyMethod · 0.65
getColumnKeyMethod · 0.65
applyMethod · 0.65
getValueMethod · 0.65
immutableCellMethod · 0.45

Tested by

no test coverage detected