Home | History | Annotate | Download | only in base

Lines Matching refs:compose

218         Functions.compose(integerToSpanish, japaneseToInteger);
236 Functions.compose(integerToSpanish, japaneseToInteger))
240 Functions.compose(japaneseToInteger, integerToSpanish))
261 Functions.compose(integerToSpanish, japaneseToInteger);
266 Functions.compose(integerToSpanish, japaneseToInteger),
271 Functions.compose(japaneseToInteger, integerToSpanish))
283 Functions.compose(numberToSpanish, japaneseToInteger);
300 Function<Float, Boolean> c1 = Functions.compose(Functions.compose(h, g), f);
301 Function<Float, Boolean> c2 = Functions.compose(h, Functions.compose(g, f));
320 Predicate<Float> p1 = Predicates.compose(Predicates.compose(h, g), f);
321 Predicate<Float> p2 = Predicates.compose(h, Functions.compose(g, f));