Changeset 6758 for lang/scala/sandbox
- Timestamp:
- 02/16/08 09:17:13 (10 months ago)
- Location:
- lang/scala/sandbox
- Files:
-
- 27 modified
-
docs/api/scala/all-classes.html (modified) (1 diff)
-
docs/api/scala/jp/gr/java_conf/mizu/io/IO$object.html (modified) (3 diffs)
-
docs/api/scala/jp/gr/java_conf/mizu/util/MultiDimArray$object.html (modified) (1 diff)
-
docs/api/scala/jp/gr/java_conf/mizu/xml/XmlUtil$object.RichElem.html (modified) (2 diffs)
-
docs/api/scala/jp/ne/cappuccino/keisuken/scl/lang$content.html (modified) (1 diff)
-
docs/api/scala/jp/ne/cappuccino/keisuken/scl/lang$package.html (modified) (1 diff)
-
docs/api/scala/jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html (modified) (20 diffs)
-
docs/api/scala/jp/ne/cappuccino/keisuken/scl/lang/Thread$object.html (modified) (2 diffs)
-
docs/api/scala/jp/ne/cappuccino/keisuken/scl/util/regex/RE$object.html (modified) (2 diffs)
-
docs/api/scala/jp/ryugate/apache/POI$object.Book.html (modified) (10 diffs)
-
docs/api/scala/jp/ryugate/apache/POI$object.Col.html (modified) (3 diffs)
-
docs/api/scala/jp/ryugate/apache/POI$object.Row.html (modified) (6 diffs)
-
docs/api/scala/jp/ryugate/apache/POI$object.Sheet.html (modified) (13 diffs)
-
docs/api/scala/jp/ryugate/image/Java2d$object.Image.html (modified) (1 diff)
-
docs/api/scala/jp/ryugate/text/Regexp$object.RyuString.html (modified) (2 diffs)
-
docs/api/scala/jp/ryugate/text/Regexp$object.html (modified) (2 diffs)
-
docs/api/scala/scala/AnyRef.html (modified) (2 diffs)
-
docs/api/scala/scala/Byte.html (modified) (38 diffs)
-
docs/api/scala/scala/Char.html (modified) (38 diffs)
-
docs/api/scala/scala/Double.html (modified) (30 diffs)
-
docs/api/scala/scala/Float.html (modified) (27 diffs)
-
docs/api/scala/scala/Int.html (modified) (33 diffs)
-
docs/api/scala/scala/Long.html (modified) (31 diffs)
-
docs/api/scala/scala/Short.html (modified) (35 diffs)
-
lib/scala-sandbox.jar (modified) (previous)
-
src/jp/ne/cappuccino/keisuken/scl/lang/Loop.scala (modified) (23 diffs)
-
webpages/lib/scala-sandbox.jar (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
lang/scala/sandbox/docs/api/scala/all-classes.html
r6745 r6758 20 20 <li><a href="jp/ryugate/image/Java2d$object.Image.html" target="contentFrame">Java2d.Image</a></li> 21 21 <li id="Classes_L"><a href="jp/gr/java_conf/mizu/util/Lazy$object.Lazy.html" target="contentFrame">Lazy.Lazy</a></li> 22 <li><a href="jp/ne/cappuccino/keisuken/scl/lang/Loop$object.Break.html" target="contentFrame">Loop.Break</a></li> 23 <li><a href="jp/ne/cappuccino/keisuken/scl/lang/Loop$object.BreakWithValue.html" target="contentFrame">Loop.BreakWithValue</a></li> 22 <li><a href="jp/ne/cappuccino/keisuken/scl/lang/Loop$object.LoopStat.html" target="contentFrame">Loop.LoopStat</a></li> 24 23 <li id="Classes_M"><a href="jp/ne/cappuccino/keisuken/scl/util/regex/Match.html" target="contentFrame">Match</a></li> 25 24 <li><a href="jp/gr/java_conf/mizu/util/MultiDimArray$object.Array2DExtension.html" target="contentFrame">MultiDimArray.Array2DExtension</a></li> -
lang/scala/sandbox/docs/api/scala/jp/gr/java_conf/mizu/io/IO$object.html
r6745 r6758 66 66 </td> 67 67 <td class="signature"> 68 <em><a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openIn%28String%29" target="_self">openIn</a></em> 69 [<em>T</em>](<em>file</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>)(<em>proc</em> : (<a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.RichInputStream.html" target="_self">RichInputStream</a>) => <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openIn%28String%29#T" target="_self">T</a>) : <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openIn%28String%29#T" target="_self">T</a> 70 71 72 </td> 73 </tr> 74 <tr> 75 <td class="modifiers" valign="top"> 76 <code> def</code> 77 </td> 78 <td class="signature"> 68 79 <em><a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openIn%28java.io.File%29" target="_self">openIn</a></em> 69 80 [<em>T</em>](<em>file</em> : <a href="" target="contentFrame" class="java/io/File">java.io.File</a>)(<em>proc</em> : (<a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.RichInputStream.html" target="_self">RichInputStream</a>) => <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openIn%28java.io.File%29#T" target="_self">T</a>) : <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openIn%28java.io.File%29#T" target="_self">T</a> … … 77 88 </td> 78 89 <td class="signature"> 79 <em><a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openIn%28String%29" target="_self">openIn</a></em>80 [<em>T</em>](<em>file</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>)(<em>proc</em> : (<a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.RichInputStream.html" target="_self">RichInputStream</a>) => <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openIn%28String%29#T" target="_self">T</a>) : <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openIn%28String%29#T" target="_self">T</a>81 82 83 </td>84 </tr>85 <tr>86 <td class="modifiers" valign="top">87 <code> def</code>88 </td>89 <td class="signature">90 90 <em><a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openIn%28java.net.URL%29" target="_self">openIn</a></em> 91 91 [<em>T</em>](<em>url</em> : <a href="" target="contentFrame" class="java/net/URL">java.net.URL</a>)(<em>proc</em> : (<a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.RichInputStream.html" target="_self">RichInputStream</a>) => <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openIn%28java.net.URL%29#T" target="_self">T</a>) : <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openIn%28java.net.URL%29#T" target="_self">T</a> … … 110 110 </td> 111 111 <td class="signature"> 112 <em><a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28java.net.URL%29" target="_self">openReader</a></em> 113 [<em>T</em>](<em>url</em> : <a href="" target="contentFrame" class="java/net/URL">java.net.URL</a>)(<em>proc</em> : (<a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.RichReader.html" target="_self">RichReader</a>) => <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28java.net.URL%29#T" target="_self">T</a>) : <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28java.net.URL%29#T" target="_self">T</a> 114 115 116 </td> 117 </tr> 118 <tr> 119 <td class="modifiers" valign="top"> 120 <code> def</code> 121 </td> 122 <td class="signature"> 123 <em><a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28String%29" target="_self">openReader</a></em> 124 [<em>T</em>](<em>file</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>)(<em>proc</em> : (<a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.RichReader.html" target="_self">RichReader</a>) => <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28String%29#T" target="_self">T</a>) : <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28String%29#T" target="_self">T</a> 125 126 127 </td> 128 </tr> 129 <tr> 130 <td class="modifiers" valign="top"> 131 <code> def</code> 132 </td> 133 <td class="signature"> 112 134 <em><a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28java.io.File%29" target="_self">openReader</a></em> 113 135 [<em>T</em>](<em>file</em> : <a href="" target="contentFrame" class="java/io/File">java.io.File</a>)(<em>proc</em> : (<a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.RichReader.html" target="_self">RichReader</a>) => <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28java.io.File%29#T" target="_self">T</a>) : <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28java.io.File%29#T" target="_self">T</a> 114 115 116 </td>117 </tr>118 <tr>119 <td class="modifiers" valign="top">120 <code> def</code>121 </td>122 <td class="signature">123 <em><a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28java.net.URL%29" target="_self">openReader</a></em>124 [<em>T</em>](<em>url</em> : <a href="" target="contentFrame" class="java/net/URL">java.net.URL</a>)(<em>proc</em> : (<a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.RichReader.html" target="_self">RichReader</a>) => <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28java.net.URL%29#T" target="_self">T</a>) : <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28java.net.URL%29#T" target="_self">T</a>125 126 127 </td>128 </tr>129 <tr>130 <td class="modifiers" valign="top">131 <code> def</code>132 </td>133 <td class="signature">134 <em><a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28String%29" target="_self">openReader</a></em>135 [<em>T</em>](<em>file</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>)(<em>proc</em> : (<a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.RichReader.html" target="_self">RichReader</a>) => <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28String%29#T" target="_self">T</a>) : <a href="../../../../../jp/gr/java_conf/mizu/io/IO$object.html#openReader%28String%29#T" target="_self">T</a>136 136 137 137 -
lang/scala/sandbox/docs/api/scala/jp/gr/java_conf/mizu/util/MultiDimArray$object.html
r6746 r6758 167 167 </td> 168 168 <td class="signature"> 169 <em><a href="../../../../../jp/gr/java_conf/mizu/util/MultiDimArray$object.html#newArray3D%28Int%29" target="_self">newArray3D</a></em> 170 [<em>T</em>](<em>length</em> : <a href="../../../../../scala/Int.html" target="_self">Int</a>) : <a href="" target="contentFrame" class="scala/Array">scala.Array</a>[<a href="../../../../../jp/gr/java_conf/mizu/util/MultiDimArray$object.html#newArray3D%28Int%29#T" target="_self">T</a>] 171 172 173 </td> 174 </tr> 175 <tr> 176 <td class="modifiers" valign="top"> 177 <code> def</code> 178 </td> 179 <td class="signature"> 169 180 <em><a href="../../../../../jp/gr/java_conf/mizu/util/MultiDimArray$object.html#newArray3D%28Int%2CInt%2CInt%29" target="_self">newArray3D</a></em> 170 181 [<em>T</em>](<em>x</em> : <a href="../../../../../scala/Int.html" target="_self">Int</a>, <em>y</em> : <a href="../../../../../scala/Int.html" target="_self">Int</a>, <em>z</em> : <a href="../../../../../scala/Int.html" target="_self">Int</a>) : <a href="" target="contentFrame" class="scala/Array">scala.Array</a>[<a href="../../../../../jp/gr/java_conf/mizu/util/MultiDimArray$object.html#newArray3D%28Int%2CInt%2CInt%29#T" target="_self">T</a>] 171 172 173 </td>174 </tr>175 <tr>176 <td class="modifiers" valign="top">177 <code> def</code>178 </td>179 <td class="signature">180 <em><a href="../../../../../jp/gr/java_conf/mizu/util/MultiDimArray$object.html#newArray3D%28Int%29" target="_self">newArray3D</a></em>181 [<em>T</em>](<em>length</em> : <a href="../../../../../scala/Int.html" target="_self">Int</a>) : <a href="" target="contentFrame" class="scala/Array">scala.Array</a>[<a href="../../../../../jp/gr/java_conf/mizu/util/MultiDimArray$object.html#newArray3D%28Int%29#T" target="_self">T</a>]182 182 183 183 -
lang/scala/sandbox/docs/api/scala/jp/gr/java_conf/mizu/xml/XmlUtil$object.RichElem.html
r6746 r6758 44 44 </td> 45 45 <td class="signature"> 46 <em><a href="../../../../../jp/gr/java_conf/mizu/xml/XmlUtil$object.RichElem.html#%25%28String%2CString%2 CString%29" target="_self">%</a></em>47 (<em> prefix</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>, <em>key</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>, <em>value</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>) : <a href="" target="contentFrame" class="scala/xml/Elem">scala.xml.Elem</a>46 <em><a href="../../../../../jp/gr/java_conf/mizu/xml/XmlUtil$object.RichElem.html#%25%28String%2CString%29" target="_self">%</a></em> 47 (<em>key</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>, <em>value</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>) : <a href="" target="contentFrame" class="scala/xml/Elem">scala.xml.Elem</a> 48 48 49 49 … … 55 55 </td> 56 56 <td class="signature"> 57 <em><a href="../../../../../jp/gr/java_conf/mizu/xml/XmlUtil$object.RichElem.html#%25%28String%2CString%2 9" target="_self">%</a></em>58 (<em> key</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>, <em>value</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>) : <a href="" target="contentFrame" class="scala/xml/Elem">scala.xml.Elem</a>57 <em><a href="../../../../../jp/gr/java_conf/mizu/xml/XmlUtil$object.RichElem.html#%25%28String%2CString%2CString%29" target="_self">%</a></em> 58 (<em>prefix</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>, <em>key</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>, <em>value</em> : <a href="" target="contentFrame" class="java/lang/String">java.lang.String</a>) : <a href="" target="contentFrame" class="scala/xml/Elem">scala.xml.Elem</a> 59 59 60 60 -
lang/scala/sandbox/docs/api/scala/jp/ne/cappuccino/keisuken/scl/lang$content.html
r6745 r6758 26 26 <code> extends </code><a href="../../../../../scala/AnyRef.html" target="_self">AnyRef</a> 27 27 28 28 <div>Process builder.</div> 29 29 </td> 30 30 </tr> -
lang/scala/sandbox/docs/api/scala/jp/ne/cappuccino/keisuken/scl/lang$package.html
r6745 r6758 9 9 </td></tr> 10 10 </table><div><div class="kinds" id="Classes">Classes</div><ul class="list"> 11 <li id="Classes_L"><a href="../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.Break.html" target="contentFrame">Loop.Break</a></li> 12 <li><a href="../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.BreakWithValue.html" target="contentFrame">Loop.BreakWithValue</a></li> 11 <li id="Classes_L"><a href="../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.LoopStat.html" target="contentFrame">Loop.LoopStat</a></li> 13 12 <li id="Classes_P"><a href="../../../../../jp/ne/cappuccino/keisuken/scl/lang/ProcessBuilder$object.Process.html" target="contentFrame">ProcessBuilder.Process</a></li> 14 13 <li><a href="../../../../../jp/ne/cappuccino/keisuken/scl/lang/ProcessBuilder$object.ProcessStream.html" target="contentFrame">ProcessBuilder.ProcessStream</a></li> -
lang/scala/sandbox/docs/api/scala/jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html
r6746 r6758 48 48 </td> 49 49 <td class="signature"> 50 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#break" target="_self">break</a></em> 51 : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a> 52 53 54 </td> 55 </tr> 56 <tr> 57 <td class="modifiers" valign="top"> 58 <code> def</code> 59 </td> 60 <td class="signature"> 61 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#break%28Any%29" target="_self">break</a></em> 62 (<em>v</em> : <a href="../../../../../../scala/Any.html" target="_self">Any</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a> 63 64 65 </td> 66 </tr> 67 <tr> 68 <td class="modifiers" valign="top"> 69 <code> def</code> 70 </td> 71 <td class="signature"> 50 72 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#doWhileLoop%28%3D%3EBoolean%29" target="_self">doWhileLoop</a></em> 51 (<em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>)(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.Break.html" target="_self">Break</a>)=> <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>73 (<em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>)(<em>p</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a> 52 74 53 75 <div>do while loop.</div> … … 60 82 <td class="signature"> 61 83 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findDoWhile%28%3D%3EBoolean%29" target="_self">findDoWhile</a></em> 62 [<em>A</em>](<em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>)(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.BreakWithValue.html" target="_self">BreakWithValue</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findDoWhile%28%3D%3EBoolean%29#A" target="_self">A</a>])=> <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findDoWhile%28%3D%3EBoolean%29#A" target="_self">A</a>]84 [<em>A</em>](<em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>)(<em>p</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findDoWhile%28%3D%3EBoolean%29#A" target="_self">A</a>] 63 85 64 86 <div>find do while loop.</div> … … 70 92 </td> 71 93 <td class="signature"> 94 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29" target="_self">findFor</a></em> 95 [<em>A</em>, <em>B</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#A" target="_self">A</a>) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#B" target="_self">B</a>] 96 97 <div>find for loop.</div> 98 </td> 99 </tr> 100 <tr> 101 <td class="modifiers" valign="top"> 102 <code> def</code> 103 </td> 104 <td class="signature"> 72 105 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28%3D%3EUnit%2C%3D%3EBoolean%2C%3D%3EUnit%29" target="_self">findFor</a></em> 73 [<em>A</em>](<em>init</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>, <em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>, <em>update</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>)(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.BreakWithValue.html" target="_self">BreakWithValue</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28%3D%3EUnit%2C%3D%3EBoolean%2C%3D%3EUnit%29#A" target="_self">A</a>])=> <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28%3D%3EUnit%2C%3D%3EBoolean%2C%3D%3EUnit%29#A" target="_self">A</a>]106 [<em>A</em>](<em>init</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>, <em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>, <em>update</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>)(<em>p</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28%3D%3EUnit%2C%3D%3EBoolean%2C%3D%3EUnit%29#A" target="_self">A</a>] 74 107 75 108 <div>find for loop.</div> … … 81 114 </td> 82 115 <td class="signature"> 83 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29" target="_self">findFor</a></em>84 [<em>A</em>, <em>B</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#A" target="_self">A</a>, <a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.BreakWithValue.html" target="_self">BreakWithValue</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#B" target="_self">B</a>]) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#B" target="_self">B</a>]85 86 <div>find for loop.</div>87 </td>88 </tr>89 <tr>90 <td class="modifiers" valign="top">91 <code> def</code>92 </td>93 <td class="signature">94 116 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findForWithIndex%28Iterable%5BA%5D%29" target="_self">findForWithIndex</a></em> 95 [<em>A</em>, <em>B</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findForWithIndex%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findForWithIndex%28Iterable%5BA%5D%29#A" target="_self">A</a>, <a href="../../../../../../scala/Int.html" target="_self">Int</a> , <a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.BreakWithValue.html" target="_self">BreakWithValue</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findForWithIndex%28Iterable%5BA%5D%29#B" target="_self">B</a>]) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findForWithIndex%28Iterable%5BA%5D%29#B" target="_self">B</a>]117 [<em>A</em>, <em>B</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findForWithIndex%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findForWithIndex%28Iterable%5BA%5D%29#A" target="_self">A</a>, <a href="../../../../../../scala/Int.html" target="_self">Int</a>) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findForWithIndex%28Iterable%5BA%5D%29#B" target="_self">B</a>] 96 118 97 119 <div>find for loop with index.</div> … … 104 126 <td class="signature"> 105 127 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findWhile%28%3D%3EBoolean%29" target="_self">findWhile</a></em> 106 [<em>A</em>](<em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>)(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.BreakWithValue.html" target="_self">BreakWithValue</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findWhile%28%3D%3EBoolean%29#A" target="_self">A</a>])=> <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findWhile%28%3D%3EBoolean%29#A" target="_self">A</a>]128 [<em>A</em>](<em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>)(<em>p</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findWhile%28%3D%3EBoolean%29#A" target="_self">A</a>] 107 129 108 130 <div>find while loop.</div> … … 115 137 <td class="signature"> 116 138 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoop%28%3D%3EUnit%2C%3D%3EBoolean%2C%3D%3EUnit%29" target="_self">forLoop</a></em> 117 (<em>init</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>, <em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>, <em>update</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>)(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.Break.html" target="_self">Break</a>)=> <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>139 (<em>init</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>, <em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>, <em>update</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>)(<em>p</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a> 118 140 119 141 <div>for loop.</div> … … 126 148 <td class="signature"> 127 149 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoop%28Iterable%5BA%5D%29" target="_self">forLoop</a></em> 128 [<em>A</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoop%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoop%28Iterable%5BA%5D%29#A" target="_self">A</a> , <a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.Break.html" target="_self">Break</a>) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>150 [<em>A</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoop%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoop%28Iterable%5BA%5D%29#A" target="_self">A</a>) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a> 129 151 130 152 <div>for loop.</div> … … 137 159 <td class="signature"> 138 160 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoopWithIndex%28Iterable%5BA%5D%29" target="_self">forLoopWithIndex</a></em> 139 [<em>A</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoopWithIndex%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoopWithIndex%28Iterable%5BA%5D%29#A" target="_self">A</a>, <a href="../../../../../../scala/Int.html" target="_self">Int</a> , <a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.Break.html" target="_self">Break</a>) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>161 [<em>A</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoopWithIndex%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoopWithIndex%28Iterable%5BA%5D%29#A" target="_self">A</a>, <a href="../../../../../../scala/Int.html" target="_self">Int</a>) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a> 140 162 141 163 <div>for loop with index.</div> … … 159 181 <td class="signature"> 160 182 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#whileLoop%28%3D%3EBoolean%29" target="_self">whileLoop</a></em> 161 (<em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>)(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.Break.html" target="_self">Break</a>)=> <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>183 (<em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>)(<em>p</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a> 162 184 163 185 <div>while loop.</div> … … 186 208 </td> 187 209 <td class="signature"> 188 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.Break.html" target="_self">Break</a></em> 189 (<code>val </code><em>cond</em> : <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>)<code> extends </code><a href="../../../../../../scala/AnyRef.html" target="_self">AnyRef</a> 190 191 <div>Brean operation</div> 192 </td> 193 </tr> 194 <tr> 195 <td class="modifiers" valign="top"> 196 <code> class</code> 197 </td> 198 <td class="signature"> 199 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.BreakWithValue.html" target="_self">BreakWithValue</a></em> 200 [<em>T</em>](<code>val </code><em>cond</em> : <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>, <code>val </code><em>value</em> : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.BreakWithValue.html#T" target="_self">T</a>])<code> extends </code><a href="../../../../../../scala/AnyRef.html" target="_self">AnyRef</a> 201 202 <div>Break operation with value.</div> 210 <em><a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.LoopStat.html" target="_self">LoopStat</a></em> 211 (<code>val </code><em>cond</em> : <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>, <code>val </code><em>result</em> : <a href="../../../../../../scala/Any.html" target="_self">Any</a>)<code> extends </code><a href="../../../../../../scala/AnyRef.html" target="_self">AnyRef</a> 212 213 203 214 </td> 204 215 </tr> … … 210 221 <table summary="" cellpadding="3" class="member-detail"> 211 222 <tr><td class="title">Method Details</td></tr> 212 </table><div><a name="forLoop%28%3D%3EUnit%2C%3D%3EBoolean%2C%3D%3EUnit%29"></a><dl> 213 <dt> 214 215 <code></code> 216 <code>def</code> 217 <em>forLoop</em>(<em>init</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>, <em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>, <em>update</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>)(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.Break.html" target="_self">Break</a>) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a> 223 </table><div><a name="break"></a><dl> 224 <dt> 225 226 <code></code> 227 <code>def</code> 228 <em>break</em> : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a> 229 </dt> 230 <dd></dd> 231 </dl><hr></hr> 232 <a name="break%28Any%29"></a><dl> 233 <dt> 234 235 <code></code> 236 <code>def</code> 237 <em>break</em>(<em>v</em> : <a href="../../../../../../scala/Any.html" target="_self">Any</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a> 238 </dt> 239 <dd></dd> 240 </dl><hr></hr> 241 <a name="forLoop%28%3D%3EUnit%2C%3D%3EBoolean%2C%3D%3EUnit%29"></a><dl> 242 <dt> 243 244 <code></code> 245 <code>def</code> 246 <em>forLoop</em>(<em>init</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>, <em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>, <em>update</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>)(<em>p</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a> 218 247 </dt> 219 248 <dd></dd> … … 228 257 <code></code> 229 258 <code>def</code> 230 <em>forLoop</em>[<em>A</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoop%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoop%28Iterable%5BA%5D%29#A" target="_self">A</a> , <a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.Break.html" target="_self">Break</a>) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>259 <em>forLoop</em>[<em>A</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoop%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoop%28Iterable%5BA%5D%29#A" target="_self">A</a>) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a> 231 260 </dt> 232 261 <dd></dd> … … 241 270 <code></code> 242 271 <code>def</code> 243 <em>forLoopWithIndex</em>[<em>A</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoopWithIndex%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoopWithIndex%28Iterable%5BA%5D%29#A" target="_self">A</a>, <a href="../../../../../../scala/Int.html" target="_self">Int</a> , <a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.Break.html" target="_self">Break</a>) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>272 <em>forLoopWithIndex</em>[<em>A</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoopWithIndex%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#forLoopWithIndex%28Iterable%5BA%5D%29#A" target="_self">A</a>, <a href="../../../../../../scala/Int.html" target="_self">Int</a>) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="../../../../../../scala/Unit.html" target="_self">Unit</a> 244 273 </dt> 245 274 <dd></dd> … … 254 283 <code></code> 255 284 <code>def</code> 256 <em>findFor</em>[<em>A</em>](<em>init</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>, <em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>, <em>update</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>)(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.BreakWithValue.html" target="_self">BreakWithValue</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28%3D%3EUnit%2C%3D%3EBoolean%2C%3D%3EUnit%29#A" target="_self">A</a>])=> <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28%3D%3EUnit%2C%3D%3EBoolean%2C%3D%3EUnit%29#A" target="_self">A</a>]285 <em>findFor</em>[<em>A</em>](<em>init</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>, <em>cond</em> : => <a href="../../../../../../scala/Boolean.html" target="_self">Boolean</a>, <em>update</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>)(<em>p</em> : => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28%3D%3EUnit%2C%3D%3EBoolean%2C%3D%3EUnit%29#A" target="_self">A</a>] 257 286 </dt> 258 287 <dd></dd> … … 268 297 <code></code> 269 298 <code>def</code> 270 <em>findFor</em>[<em>A</em>, <em>B</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#A" target="_self">A</a> , <a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.BreakWithValue.html" target="_self">BreakWithValue</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#B" target="_self">B</a>]) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#B" target="_self">B</a>]299 <em>findFor</em>[<em>A</em>, <em>B</em>](<em>iterable</em> : <a href="" target="contentFrame" class="scala/Iterable">scala.Iterable</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#A" target="_self">A</a>])(<em>p</em> : (<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#A" target="_self">A</a>) => <a href="../../../../../../scala/Unit.html" target="_self">Unit</a>) : <a href="" target="contentFrame" class="scala/Option">scala.Option</a>[<a href="../../../../../../jp/ne/cappuccino/keisuken/scl/lang/Loop$object.html#findFor%28Iterable%5BA%5D%29#B" target="_self">B</a>] 271 300 </dt> 272 301 <dd></dd> …
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)