- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for FunctionComposition (0.08 seconds)
-
guava/src/com/google/common/base/Functions.java
return new FunctionComposition<>(g, f); } private static final class FunctionComposition< A extends @Nullable Object, B extends @Nullable Object, C extends @Nullable Object> implements Function<A, C>, Serializable { private final Function<B, C> g; private final Function<A, ? extends B> f; FunctionComposition(Function<B, C> g, Function<A, ? extends B> f) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Aug 06 17:32:30 GMT 2025 - 15.4K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Functions.java
return new FunctionComposition<>(g, f); } private static final class FunctionComposition< A extends @Nullable Object, B extends @Nullable Object, C extends @Nullable Object> implements Function<A, C>, Serializable { private final Function<B, C> g; private final Function<A, ? extends B> f; FunctionComposition(Function<B, C> g, Function<A, ? extends B> f) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Aug 06 17:32:30 GMT 2025 - 15.4K bytes - Click Count (0)