🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 10:29:14 | 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: _max.cpython-38.pyc
Read Only
U v�i� � @ s� d dl mZmZmZmZ d dlmZmZ d dlmZ d dl mZ d dlm Z ddlmZ ed�Zd ee e eee gee f d �dd�ZdgZd S )� )�Callable�Optional�TypeVar�cast)� Observable�compose)� operators)�identity)�Comparer� )� first_only�_TN)�comparer�returnc C s( t t�tttgtf t�| �t�t��S )a� Returns the maximum value in an observable sequence according to the specified comparer. Examples: >>> op = max() >>> op = max(lambda x, y: x.value - y.value) Args: comparer: [Optional] Comparer used to compare elements. Returns: An operator function that takes an observable source and returns an observable sequence containing a single element with the maximum element in the source sequence. ) r �opsZmax_byr r r r �mapr )r � r �I/opt/alt/python38/lib/python3.8/site-packages/reactivex/operators/_max.py�max_ s �r )N)�typingr r r r Z reactivexr r r r Zreactivex.internal.basicr Zreactivex.typingr �_minr r r �__all__r r r r �<module> s � �
💾 Save Changes
❌ Cancel