- 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 Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Feb 15 16:12:13 UTC 2024 - 23K bytes - Viewed (0)