Class: TypedOperation::Prepared

Inherits:
PartiallyApplied show all
Defined in:
lib/typed_operation/prepared.rb

Instance Method Summary collapse

Methods inherited from PartiallyApplied

#call, #curry, #initialize

Constructor Details

This class inherits a constructor from TypedOperation::PartiallyApplied

Instance Method Details

#operationObject



5
6
7
# File 'lib/typed_operation/prepared.rb', line 5

def operation
  @operation.new(**@applied_args)
end