perl6/doc/lib/WhateverCode
doc src
A junction is an unordered composite value of zero or more values. Junctions
I<autothread> over many operations, which means that the operation
is carried out for each junction element (also known as I<eigenstate>), and
the result is junction of the return values of all those operators.
Junctions collapse into a single value in boolean context. The semantics
depend on the I<junction type>, which can be all , any , one or
none .
(title) class WhateverCode
class WhateverCode is Code { }
WhateverCode objects are the result of L<Whatever>-currying. See the
L<Whatever> documentation for details.