| kind | = | "Sequence Reject" |
Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
Active cells (details)
nil
[ show source ]
method(
if(@ current?,
@ current? = false
@ cell(:current),
while(@ wrappedSequence next?,
n = @ wrappedSequence next
x = transformValue(cell(:n))
if(
!(cell(:x)),
return(
cell(:n))))
)
)
nil
[ show source ]
method(
if(@ current?,
true,
while(@ wrappedSequence next?,
n = @ wrappedSequence next
x = transformValue(cell(:n))
if(
!(cell(:x)),
@ current? = true
@ current = cell(:n)
return(true)
)
)
false)
)