Home
last modified time | relevance | path

Searched refs:integerToSpanish (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
DFunctionsTest.java214 Function<Integer, String> integerToSpanish = in testComposition() local
218 Functions.compose(integerToSpanish, japaneseToInteger); in testComposition()
236 Functions.compose(integerToSpanish, japaneseToInteger)) in testComposition()
238 .addEqualityGroup(integerToSpanish) in testComposition()
240 Functions.compose(japaneseToInteger, integerToSpanish)) in testComposition()
257 Function<Integer, String> integerToSpanish = in testComposition_includeReserializabled() local
261 Functions.compose(integerToSpanish, japaneseToInteger); in testComposition_includeReserializabled()
266 Functions.compose(integerToSpanish, japaneseToInteger), in testComposition_includeReserializabled()
269 .addEqualityGroup(integerToSpanish) in testComposition_includeReserializabled()
271 Functions.compose(japaneseToInteger, integerToSpanish)) in testComposition_includeReserializabled()