Liking cljdoc? Tell your friends :D

tupelo.types.coerce


->byteclj

(->byte arg)

Inputs: [arg :- s/Any] Returns: Byte

Coerce a value to Byte

Inputs: [arg :- s/Any]
Returns: Byte

Coerce a value to Byte 
sourceraw docstring

->doubleclj

(->double arg)

Inputs: [arg :- s/Any] Returns: Double

Coerce a value to double

Inputs: [arg :- s/Any]
Returns: Double

Coerce a value to double 
sourceraw docstring

->floatclj

(->float arg)

Inputs: [arg :- s/Any] Returns: Float

Coerce a value to Float

Inputs: [arg :- s/Any]
Returns: Float

Coerce a value to Float 
sourceraw docstring

->intclj

(->int arg)

Inputs: [arg :- s/Any] Returns: Integer

Coerce a value to Integer

Inputs: [arg :- s/Any]
Returns: Integer

Coerce a value to Integer 
sourceraw docstring

->longclj

(->long arg)

Inputs: [arg :- s/Any] Returns: Long

Coerce a value to long

Inputs: [arg :- s/Any]
Returns: Long

Coerce a value to long 
sourceraw docstring

->shortclj

(->short arg)

Inputs: [arg :- s/Any] Returns: Short

Coerce a value to Short

Inputs: [arg :- s/Any]
Returns: Short

Coerce a value to Short 
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close