Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
clojure
lang
LockingTransaction.CFn
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