🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 14:21:54 | PHP 8.2.32
📂
/ (Root)
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
reactivex
/
operators
/
__pycache__
📍 /opt/alt/python38/lib/python3.8/site-packages/reactivex/operators/__pycache__
🔄 Refresh
✏️
Editing: _min.cpython-38.pyc
Read Only
U v�i� � @ s� d dl mZmZmZmZmZ d dlmZmZ d dlm Z d dlmZ d dl mZ d dlmZ ed�Zee ed�d d �Zdeee eee gee f d�d d�ZdgZdS )� )�Callable�List�Optional�TypeVar�cast)� Observable�compose)� operators)�identity��SequenceContainsNoElementsError)�Comparer�_T)�x�returnc C s | s t � �| d S )Nr r )r � r �I/opt/alt/python38/lib/python3.8/site-packages/reactivex/operators/_min.py� first_only s r N)�comparerr c C s( t t�tttgtf t�| �t�t��S )a� The `min` operator. Returns the minimum element in an observable sequence according to the optional comparer else a default greater than less than check. Examples: >>> res = source.min() >>> res = source.min(lambda x, y: x.value - y.value) Args: comparer: [Optional] Comparer used to compare elements. Returns: An observable sequence containing a single element with the minimum element in the source sequence. ) r �opsZmin_byr r r r �mapr )r r r r �min_ s �r )N)�typingr r r r r Z reactivexr r r r Zreactivex.internal.basicr Zreactivex.internal.exceptionsr Zreactivex.typingr r r r �__all__r r r r �<module> s � �
💾 Save Changes
❌ Cancel