[NAME]
ALL.dao.type.string.functional

[TITLE]
Dao String Functional Methods

[DESCRIPTION]


     
   1  iterate( self :string )[char :int, index :int]
   2  count( self :string )[char :int, index :int =>int] => int
   3  map( self :string )[char :int, index :int =>int] => string
   4  select( self :string )[char :int, index :int =>int] => string
   5  index( self :string )[char :int, index :int =>int] => list<int>
   6  apply( self :string )[char :int, index :int =>int] => string
     

See the subentries listed below for details.


[STRUCTURE]

dao.type.string.functional--| dao.type.string.functional: Dao String Functional Methods (1.1 KB)
                            |--iterate--| dao.type.string.functional.iterate: iterate( self :string ) (0.1 KB)
                            |--count----| dao.type.string.functional.count: count( self :string ) (0.1 KB)
                            |--map------| dao.type.string.functional.map: map( self :string ) (0.1 KB)
                            |--select---| dao.type.string.functional.select: select( self :string ) (0.1 KB)
                            |--index----| dao.type.string.functional.index: index( self :string ) (0.1 KB)
                            |--apply----| dao.type.string.functional.apply: apply( self :string ) (0.1 KB)