C# Class clojure.lang.LockingTransaction.CFn

Pending call of a function on arguments.
Mostrar archivo Open project: richhickey/clojure-clr

Public Methods

Method Description
CFn ( IFn fn, ISeq args ) : System

Construct one.

Method Details

CFn() public method

Construct one.
public CFn ( IFn fn, ISeq args ) : System
fn IFn The function to invoke.
args ISeq The arguments to invoke the function on.
return System