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>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SingletonArrayFunc
SingletonArrayFunc()
-
-
Method Details
-
apply
Description copied from interface:Function
Apply some calculation to the input value and return some other value.
-