Making calls to object methods currently requires both passing the function, and the receiving object, which usually means the receiving object is referenced twice in the call to Try. Code that calls object methods through Try would be clearer if this could be abstracted by the library somehow.
Making calls to object methods currently requires both passing the function, and the receiving object, which usually means the receiving object is referenced twice in the call to
Try. Code that calls object methods throughTrywould be clearer if this could be abstracted by the library somehow.