Searched defs:columnFunction (Results 1 – 4 of 4) sorted by relevance
| /external/guava/guava/src/com/google/common/collect/ |
| D | TableCollectors.java | 39 Function<? super T, ? extends C> columnFunction, in toImmutableTable() 55 Function<? super T, ? extends C> columnFunction, in toImmutableTable() 91 java.util.function.Function<? super T, ? extends C> columnFunction, in toTable() 112 java.util.function.Function<? super T, ? extends C> columnFunction, in toTable()
|
| D | Tables.java | 79 java.util.function.Function<? super T, ? extends C> columnFunction, in toTable() 107 java.util.function.Function<? super T, ? extends C> columnFunction, in toTable() 542 Function<Map<R, V1>, Map<R, V2>> columnFunction = in columnMap() local
|
| D | ImmutableTable.java | 66 Function<? super T, ? extends C> columnFunction, in toImmutableTable() 85 Function<? super T, ? extends C> columnFunction, in toImmutableTable()
|
| /external/guava/android/guava/src/com/google/common/collect/ |
| D | Tables.java | 471 Function<Map<R, V1>, Map<R, V2>> columnFunction = in columnMap() local
|