- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for doAndThen (0.07 sec)
-
android/guava/src/com/google/common/base/Converter.java
* are. */ public final <C> Converter<A, C> andThen(Converter<B, C> secondConverter) { return doAndThen(secondConverter); } /** Package-private non-final implementation of andThen() so only we can override it. */ <C> Converter<A, C> doAndThen(Converter<B, C> secondConverter) { return new ConverterComposition<>(this, checkNotNull(secondConverter)); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jun 18 21:43:06 UTC 2025 - 22.8K bytes - Viewed (0)