Class MaybeZipIterable.SingletonArrayFunc
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.maybe.MaybeZipIterable.SingletonArrayFunc
-
- All Implemented Interfaces:
Function<T,R>
- Enclosing class:
- MaybeZipIterable<T,R>
final class MaybeZipIterable.SingletonArrayFunc extends java.lang.Object implements Function<T,R>
-
-
Constructor Summary
Constructors Constructor Description SingletonArrayFunc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
apply(T t)
Apply some calculation to the input value and return some other value.
-