andThen
Chains other lambda function to execute after this lambda function
Parameters
other
lambda function with the same signature as this function
Chains other lambda function to execute after this lambda function with the same inputs
Parameters
other
lambda function with the same signature as this function