intBinder
com.softinio.duck4s.algebra.ParameterBinder.intBinder
object intBinder extends ParameterBinder[Int]
Implicit ParameterBinder for Int values.
Attributes
- Since
-
0.1.0
- Example
-
// Used automatically in batch operations batch.addBatch(("Alice", 25)) // 25 bound as Int
- Graph
-
- Supertypes
- Self type
-
intBinder.type
Members list
In this article