You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method that inspects a flow and leaves it untouched (unless there is a technical failure during the inspection) is currently called peek. That name caused some initial confusion with users and so maybe tee is better since it should be more universally familiar. There might be other names too which fit the readability and understanding requirements better that I haven't thought of yet.
The text was updated successfully, but these errors were encountered:
The method that inspects a flow and leaves it untouched (unless there is a technical failure during the inspection) is currently called
peek
. That name caused some initial confusion with users and so maybetee
is better since it should be more universally familiar. There might be other names too which fit the readability and understanding requirements better that I haven't thought of yet.The text was updated successfully, but these errors were encountered: