method postcircumfix:<( )>($c) { my @result = $.eigenstates.map({ $^code(|$c) }); Junction.new(@result, type => self!type); }