Next: UndefinedObject-printing, Previous: UndefinedObject-dependents access, Up: UndefinedObject [Index]
Evaluate nilBlock if the receiver is nil, else evaluate iterableBlock with each element of the receiver (which should be an Iterable).
Evaluate iterableBlock with each element of the receiver (which should be an Iterable) if not nil. Else answer nil
Evaluate nilBlock if the receiver is nil, else evaluate iterableBlock, passing each element of the receiver (which should be an Iterable).