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

Method cellFunction

output/java_guava/1.4.16/Tables.java:400–407  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398 }
399
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
409 @Override
410 Iterator<Cell<R, C, V2>> cellIterator() {

Callers 1

cellIteratorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected