RcsbFv3DAssembly._internal_.Map-1.html 671 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354
  1. <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Map | @rcsb/rcsb-saguaro-3d</title><meta name="description" content="Documentation for @rcsb/rcsb-saguaro-3d"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
  2. <div class="tsd-toolbar-contents container">
  3. <div class="table-cell" id="tsd-search" data-base="..">
  4. <div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
  5. <ul class="results">
  6. <li class="state loading">Preparing search index...</li>
  7. <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@rcsb/rcsb-saguaro-3d</a></div>
  8. <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
  9. <div class="container container-main">
  10. <div class="col-8 col-content">
  11. <div class="tsd-page-title">
  12. <ul class="tsd-breadcrumb">
  13. <li><a href="../modules.html">@rcsb/rcsb-saguaro-3d</a></li>
  14. <li><a href="../modules/RcsbFv3DAssembly.html">RcsbFv3DAssembly</a></li>
  15. <li><a href="../modules/RcsbFv3DAssembly._internal_.html">&lt;internal&gt;</a></li>
  16. <li><a href="RcsbFv3DAssembly._internal_.Map-1.html">Map</a></li></ul>
  17. <h1>Interface Map&lt;K, V&gt;</h1></div>
  18. <section class="tsd-panel tsd-type-parameters">
  19. <h4>Type Parameters</h4>
  20. <ul class="tsd-type-parameters">
  21. <li>
  22. <h4>K</h4></li>
  23. <li>
  24. <h4>V</h4></li></ul></section>
  25. <section class="tsd-panel tsd-hierarchy">
  26. <h4>Hierarchy</h4>
  27. <ul class="tsd-hierarchy">
  28. <li><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.Collection.html" class="tsd-signature-type" data-tsd-kind="Namespace">Collection</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Collection.Keyed-2.html" class="tsd-signature-type" data-tsd-kind="Function">Keyed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span>
  29. <ul class="tsd-hierarchy">
  30. <li><span class="target">Map</span></li></ul></li></ul></section><aside class="tsd-sources">
  31. <ul>
  32. <li>Defined in node_modules/immutable/dist/immutable.d.ts:762</li>
  33. <li>Defined in node_modules/immutable/dist/immutable.d.ts:763</li>
  34. <li>Defined in node_modules/immutable/dist/immutable.d.ts:764</li>
  35. <li>Defined in node_modules/immutable/dist/immutable.d.ts:694</li>
  36. <li>Defined in node_modules/immutable/dist/immutable.d.ts:766</li></ul></aside>
  37. <section class="tsd-panel-group tsd-index-group">
  38. <section class="tsd-panel tsd-index-panel">
  39. <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
  40. <h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
  41. <div class="tsd-accordion-details">
  42. <section class="tsd-index-section">
  43. <h3 class="tsd-index-heading">Constructors</h3>
  44. <div class="tsd-index-list"><a href="RcsbFv3DAssembly._internal_.Map-1.html#constructor" class="tsd-index-link tsd-kind-constructor tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#4D7FFF" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-512-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-512-text"></path></svg><span>constructor</span></a>
  45. </div></section>
  46. <section class="tsd-index-section">
  47. <h3 class="tsd-index-heading">Properties</h3>
  48. <div class="tsd-index-list"><a href="RcsbFv3DAssembly._internal_.Map-1.html#size" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>size</span></a>
  49. </div></section>
  50. <section class="tsd-index-section">
  51. <h3 class="tsd-index-heading">Methods</h3>
  52. <div class="tsd-index-list"><a href="RcsbFv3DAssembly._internal_.Map-1.html#_iterator_" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>[iterator]</span></a>
  53. <a href="RcsbFv3DAssembly._internal_.Map-1.html#asImmutable" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>as<wbr/>Immutable</span></a>
  54. <a href="RcsbFv3DAssembly._internal_.Map-1.html#asMutable" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>as<wbr/>Mutable</span></a>
  55. <a href="RcsbFv3DAssembly._internal_.Map-1.html#butLast" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>but<wbr/>Last</span></a>
  56. <a href="RcsbFv3DAssembly._internal_.Map-1.html#clear" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>clear</span></a>
  57. <a href="RcsbFv3DAssembly._internal_.Map-1.html#concat" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>concat</span></a>
  58. <a href="RcsbFv3DAssembly._internal_.Map-1.html#contains" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>contains</span></a>
  59. <a href="RcsbFv3DAssembly._internal_.Map-1.html#count" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>count</span></a>
  60. <a href="RcsbFv3DAssembly._internal_.Map-1.html#countBy" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>count<wbr/>By</span></a>
  61. <a href="RcsbFv3DAssembly._internal_.Map-1.html#delete" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>delete</span></a>
  62. <a href="RcsbFv3DAssembly._internal_.Map-1.html#deleteAll" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>delete<wbr/>All</span></a>
  63. <a href="RcsbFv3DAssembly._internal_.Map-1.html#deleteIn" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>delete<wbr/>In</span></a>
  64. <a href="RcsbFv3DAssembly._internal_.Map-1.html#entries" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>entries</span></a>
  65. <a href="RcsbFv3DAssembly._internal_.Map-1.html#entrySeq" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>entry<wbr/>Seq</span></a>
  66. <a href="RcsbFv3DAssembly._internal_.Map-1.html#equals" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>equals</span></a>
  67. <a href="RcsbFv3DAssembly._internal_.Map-1.html#every" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>every</span></a>
  68. <a href="RcsbFv3DAssembly._internal_.Map-1.html#filter" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>filter</span></a>
  69. <a href="RcsbFv3DAssembly._internal_.Map-1.html#filterNot" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>filter<wbr/>Not</span></a>
  70. <a href="RcsbFv3DAssembly._internal_.Map-1.html#find" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>find</span></a>
  71. <a href="RcsbFv3DAssembly._internal_.Map-1.html#findEntry" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>find<wbr/>Entry</span></a>
  72. <a href="RcsbFv3DAssembly._internal_.Map-1.html#findKey" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>find<wbr/>Key</span></a>
  73. <a href="RcsbFv3DAssembly._internal_.Map-1.html#findLast" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>find<wbr/>Last</span></a>
  74. <a href="RcsbFv3DAssembly._internal_.Map-1.html#findLastEntry" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>find<wbr/>Last<wbr/>Entry</span></a>
  75. <a href="RcsbFv3DAssembly._internal_.Map-1.html#findLastKey" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>find<wbr/>Last<wbr/>Key</span></a>
  76. <a href="RcsbFv3DAssembly._internal_.Map-1.html#first" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>first</span></a>
  77. <a href="RcsbFv3DAssembly._internal_.Map-1.html#flatMap" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>flat<wbr/>Map</span></a>
  78. <a href="RcsbFv3DAssembly._internal_.Map-1.html#flatten" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>flatten</span></a>
  79. <a href="RcsbFv3DAssembly._internal_.Map-1.html#flip" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>flip</span></a>
  80. <a href="RcsbFv3DAssembly._internal_.Map-1.html#forEach" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>for<wbr/>Each</span></a>
  81. <a href="RcsbFv3DAssembly._internal_.Map-1.html#get" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get</span></a>
  82. <a href="RcsbFv3DAssembly._internal_.Map-1.html#getIn" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>In</span></a>
  83. <a href="RcsbFv3DAssembly._internal_.Map-1.html#groupBy" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>group<wbr/>By</span></a>
  84. <a href="RcsbFv3DAssembly._internal_.Map-1.html#has" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>has</span></a>
  85. <a href="RcsbFv3DAssembly._internal_.Map-1.html#hasIn" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>has<wbr/>In</span></a>
  86. <a href="RcsbFv3DAssembly._internal_.Map-1.html#hashCode" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>hash<wbr/>Code</span></a>
  87. <a href="RcsbFv3DAssembly._internal_.Map-1.html#includes" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>includes</span></a>
  88. <a href="RcsbFv3DAssembly._internal_.Map-1.html#isEmpty" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Empty</span></a>
  89. <a href="RcsbFv3DAssembly._internal_.Map-1.html#isSubset" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Subset</span></a>
  90. <a href="RcsbFv3DAssembly._internal_.Map-1.html#isSuperset" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Superset</span></a>
  91. <a href="RcsbFv3DAssembly._internal_.Map-1.html#join" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>join</span></a>
  92. <a href="RcsbFv3DAssembly._internal_.Map-1.html#keyOf" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>key<wbr/>Of</span></a>
  93. <a href="RcsbFv3DAssembly._internal_.Map-1.html#keySeq" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>key<wbr/>Seq</span></a>
  94. <a href="RcsbFv3DAssembly._internal_.Map-1.html#keys" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>keys</span></a>
  95. <a href="RcsbFv3DAssembly._internal_.Map-1.html#last" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>last</span></a>
  96. <a href="RcsbFv3DAssembly._internal_.Map-1.html#lastKeyOf" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>last<wbr/>Key<wbr/>Of</span></a>
  97. <a href="RcsbFv3DAssembly._internal_.Map-1.html#map" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>map</span></a>
  98. <a href="RcsbFv3DAssembly._internal_.Map-1.html#mapEntries" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>map<wbr/>Entries</span></a>
  99. <a href="RcsbFv3DAssembly._internal_.Map-1.html#mapKeys" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>map<wbr/>Keys</span></a>
  100. <a href="RcsbFv3DAssembly._internal_.Map-1.html#max" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>max</span></a>
  101. <a href="RcsbFv3DAssembly._internal_.Map-1.html#maxBy" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>max<wbr/>By</span></a>
  102. <a href="RcsbFv3DAssembly._internal_.Map-1.html#merge" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>merge</span></a>
  103. <a href="RcsbFv3DAssembly._internal_.Map-1.html#mergeDeep" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>merge<wbr/>Deep</span></a>
  104. <a href="RcsbFv3DAssembly._internal_.Map-1.html#mergeDeepIn" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>merge<wbr/>Deep<wbr/>In</span></a>
  105. <a href="RcsbFv3DAssembly._internal_.Map-1.html#mergeDeepWith" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>merge<wbr/>Deep<wbr/>With</span></a>
  106. <a href="RcsbFv3DAssembly._internal_.Map-1.html#mergeIn" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>merge<wbr/>In</span></a>
  107. <a href="RcsbFv3DAssembly._internal_.Map-1.html#mergeWith" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>merge<wbr/>With</span></a>
  108. <a href="RcsbFv3DAssembly._internal_.Map-1.html#min" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>min</span></a>
  109. <a href="RcsbFv3DAssembly._internal_.Map-1.html#minBy" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>min<wbr/>By</span></a>
  110. <a href="RcsbFv3DAssembly._internal_.Map-1.html#reduce" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>reduce</span></a>
  111. <a href="RcsbFv3DAssembly._internal_.Map-1.html#reduceRight" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>reduce<wbr/>Right</span></a>
  112. <a href="RcsbFv3DAssembly._internal_.Map-1.html#remove" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>remove</span></a>
  113. <a href="RcsbFv3DAssembly._internal_.Map-1.html#removeAll" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>remove<wbr/>All</span></a>
  114. <a href="RcsbFv3DAssembly._internal_.Map-1.html#removeIn" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>remove<wbr/>In</span></a>
  115. <a href="RcsbFv3DAssembly._internal_.Map-1.html#rest" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>rest</span></a>
  116. <a href="RcsbFv3DAssembly._internal_.Map-1.html#reverse" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>reverse</span></a>
  117. <a href="RcsbFv3DAssembly._internal_.Map-1.html#set" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set</span></a>
  118. <a href="RcsbFv3DAssembly._internal_.Map-1.html#setIn" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>In</span></a>
  119. <a href="RcsbFv3DAssembly._internal_.Map-1.html#skip" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>skip</span></a>
  120. <a href="RcsbFv3DAssembly._internal_.Map-1.html#skipLast" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>skip<wbr/>Last</span></a>
  121. <a href="RcsbFv3DAssembly._internal_.Map-1.html#skipUntil" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>skip<wbr/>Until</span></a>
  122. <a href="RcsbFv3DAssembly._internal_.Map-1.html#skipWhile" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>skip<wbr/>While</span></a>
  123. <a href="RcsbFv3DAssembly._internal_.Map-1.html#slice" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>slice</span></a>
  124. <a href="RcsbFv3DAssembly._internal_.Map-1.html#some" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>some</span></a>
  125. <a href="RcsbFv3DAssembly._internal_.Map-1.html#sort" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>sort</span></a>
  126. <a href="RcsbFv3DAssembly._internal_.Map-1.html#sortBy" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>sort<wbr/>By</span></a>
  127. <a href="RcsbFv3DAssembly._internal_.Map-1.html#take" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>take</span></a>
  128. <a href="RcsbFv3DAssembly._internal_.Map-1.html#takeLast" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>take<wbr/>Last</span></a>
  129. <a href="RcsbFv3DAssembly._internal_.Map-1.html#takeUntil" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>take<wbr/>Until</span></a>
  130. <a href="RcsbFv3DAssembly._internal_.Map-1.html#takeWhile" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>take<wbr/>While</span></a>
  131. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toArray" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>to<wbr/>Array</span></a>
  132. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toIndexedSeq" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>to<wbr/>Indexed<wbr/>Seq</span></a>
  133. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toJS" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>toJS</span></a>
  134. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toJSON" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>toJSON</span></a>
  135. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toKeyedSeq" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>to<wbr/>Keyed<wbr/>Seq</span></a>
  136. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toList" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>to<wbr/>List</span></a>
  137. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toMap" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>to<wbr/>Map</span></a>
  138. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toObject" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>to<wbr/>Object</span></a>
  139. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toOrderedMap" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>to<wbr/>Ordered<wbr/>Map</span></a>
  140. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toOrderedSet" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>to<wbr/>Ordered<wbr/>Set</span></a>
  141. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toSeq" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>to<wbr/>Seq</span></a>
  142. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toSet" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>to<wbr/>Set</span></a>
  143. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toSetSeq" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>to<wbr/>Set<wbr/>Seq</span></a>
  144. <a href="RcsbFv3DAssembly._internal_.Map-1.html#toStack" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>to<wbr/>Stack</span></a>
  145. <a href="RcsbFv3DAssembly._internal_.Map-1.html#update" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>update</span></a>
  146. <a href="RcsbFv3DAssembly._internal_.Map-1.html#updateIn" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>update<wbr/>In</span></a>
  147. <a href="RcsbFv3DAssembly._internal_.Map-1.html#valueSeq" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>value<wbr/>Seq</span></a>
  148. <a href="RcsbFv3DAssembly._internal_.Map-1.html#values" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>values</span></a>
  149. <a href="RcsbFv3DAssembly._internal_.Map-1.html#wasAltered" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>was<wbr/>Altered</span></a>
  150. <a href="RcsbFv3DAssembly._internal_.Map-1.html#withMutations" class="tsd-index-link tsd-kind-method tsd-parent-kind-interface tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>with<wbr/>Mutations</span></a>
  151. </div></section></div></details></section></section>
  152. <section class="tsd-panel-group tsd-member-group">
  153. <h2>Constructors</h2>
  154. <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="constructor" class="tsd-anchor"></a>
  155. <h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
  156. <div class="tsd-signature">constructor</div><aside class="tsd-sources">
  157. <p>Inherited from Collection.Keyed&lt;K, V&gt;.constructor</p></aside></section></section>
  158. <section class="tsd-panel-group tsd-member-group">
  159. <h2>Properties</h2>
  160. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a id="size" class="tsd-anchor"></a>
  161. <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>size</span><a href="#size" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  162. <div class="tsd-signature">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
  163. <div class="tsd-comment tsd-typography"><p>The number of entries in this Map.</p>
  164. </div><aside class="tsd-sources">
  165. <ul>
  166. <li>Defined in node_modules/immutable/dist/immutable.d.ts:770</li></ul></aside></section></section>
  167. <section class="tsd-panel-group tsd-member-group">
  168. <h2>Methods</h2>
  169. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="_iterator_" class="tsd-anchor"></a>
  170. <h3 class="tsd-anchor-link"><span>[iterator]</span><a href="#_iterator_" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  171. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  172. <li class="tsd-signature tsd-anchor-link" id="_iterator_._iterator_-1">[iterator]<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.IterableIterator.html" class="tsd-signature-type" data-tsd-kind="Interface">IterableIterator</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><a href="#_iterator_._iterator_-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  173. <li class="tsd-description">
  174. <h4 class="tsd-returns-title">Returns <a href="RcsbFv3DAssembly._internal_.IterableIterator.html" class="tsd-signature-type" data-tsd-kind="Interface">IterableIterator</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  175. <p>Inherited from Collection.Keyed.__@iterator@85</p>
  176. <ul>
  177. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3473</li></ul></aside></li></ul></section>
  178. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="asImmutable" class="tsd-anchor"></a>
  179. <h3 class="tsd-anchor-link"><span>as<wbr/>Immutable</span><a href="#asImmutable" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  180. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  181. <li class="tsd-signature tsd-anchor-link" id="asImmutable.asImmutable-1">as<wbr/>Immutable<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#asImmutable.asImmutable-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  182. <li class="tsd-description">
  183. <div class="tsd-comment tsd-typography"><p>The yin to <code>asMutable</code>&#39;s yang. Because it applies to mutable collections,
  184. this operation is <em>mutable</em> and may return itself (though may not
  185. return itself, i.e. if the result is an empty collection). Once
  186. performed, the original mutable copy must no longer be mutated since it
  187. may be the immutable result.</p>
  188. <p>If possible, use <code>withMutations</code> to work with temporary mutable copies as
  189. it provides an easier to use API and considers many common optimizations.</p>
  190. <h3>See</h3><p><code>Map#asMutable</code></p>
  191. </div>
  192. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  193. <ul>
  194. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1347</li></ul></aside></li></ul></section>
  195. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="asMutable" class="tsd-anchor"></a>
  196. <h3 class="tsd-anchor-link"><span>as<wbr/>Mutable</span><a href="#asMutable" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  197. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  198. <li class="tsd-signature tsd-anchor-link" id="asMutable.asMutable-1">as<wbr/>Mutable<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#asMutable.asMutable-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  199. <li class="tsd-description">
  200. <div class="tsd-comment tsd-typography"><p>Another way to avoid creation of intermediate Immutable maps is to create
  201. a mutable copy of this collection. Mutable copies <em>always</em> return <code>this</code>,
  202. and thus shouldn&#39;t be used for equality. Your function should never return
  203. a mutable copy of a collection, only use it internally to create a new
  204. collection.</p>
  205. <p>If possible, use <code>withMutations</code> to work with temporary mutable copies as
  206. it provides an easier to use API and considers many common optimizations.</p>
  207. <p>Note: if the collection is already mutable, <code>asMutable</code> returns itself.</p>
  208. <p>Note: Not all methods can be used on a mutable collection or within
  209. <code>withMutations</code>! Read the documentation for each method to see if it
  210. is safe to use in <code>withMutations</code>.</p>
  211. <h3>See</h3><p><code>Map#asImmutable</code></p>
  212. </div>
  213. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  214. <ul>
  215. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1325</li></ul></aside></li></ul></section>
  216. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="butLast" class="tsd-anchor"></a>
  217. <h3 class="tsd-anchor-link"><span>but<wbr/>Last</span><a href="#butLast" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  218. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  219. <li class="tsd-signature tsd-anchor-link" id="butLast.butLast-1">but<wbr/>Last<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#butLast.butLast-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  220. <li class="tsd-description">
  221. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type containing all entries except
  222. the last.</p>
  223. </div>
  224. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  225. <p>Inherited from Collection.Keyed.butLast</p>
  226. <ul>
  227. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4441</li></ul></aside></li></ul></section>
  228. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="clear" class="tsd-anchor"></a>
  229. <h3 class="tsd-anchor-link"><span>clear</span><a href="#clear" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  230. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  231. <li class="tsd-signature tsd-anchor-link" id="clear.clear-1">clear<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#clear.clear-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  232. <li class="tsd-description">
  233. <div class="tsd-comment tsd-typography"><p>Returns a new Map containing no keys or values.</p>
  234. <!-- runkit:activate -->
  235. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">key:</span><span class="hl-1"> </span><span class="hl-4">&#39;value&#39;</span><span class="hl-1"> }).</span><span class="hl-6">clear</span><span class="hl-1">()</span><br/><span class="hl-9">// Map {}</span>
  236. </code></pre>
  237. <p>Note: <code>clear</code> can be used in <code>withMutations</code>.</p>
  238. </div>
  239. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  240. <ul>
  241. <li>Defined in node_modules/immutable/dist/immutable.d.ts:852</li></ul></aside></li></ul></section>
  242. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="concat" class="tsd-anchor"></a>
  243. <h3 class="tsd-anchor-link"><span>concat</span><a href="#concat" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  244. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  245. <li class="tsd-signature tsd-anchor-link" id="concat.concat-1">concat<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KC</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VC</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>collections<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KC</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VC</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KC</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VC</span><span class="tsd-signature-symbol">&gt;</span><a href="#concat.concat-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  246. <li class="tsd-description">
  247. <div class="tsd-type-parameters">
  248. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  249. <ul class="tsd-type-parameters">
  250. <li>
  251. <h4>KC</h4></li>
  252. <li>
  253. <h4>VC</h4></li></ul></div>
  254. <div class="tsd-parameters">
  255. <h4 class="tsd-parameters-title">Parameters</h4>
  256. <ul class="tsd-parameter-list">
  257. <li>
  258. <h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span>collections: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KC</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VC</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
  259. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KC</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VC</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  260. <p>Overrides Collection.Keyed.concat</p>
  261. <ul>
  262. <li>Defined in node_modules/immutable/dist/immutable.d.ts:987</li></ul></aside></li>
  263. <li class="tsd-signature tsd-anchor-link" id="concat.concat-2">concat<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>collections<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span><a href="#concat.concat-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  264. <li class="tsd-description">
  265. <div class="tsd-type-parameters">
  266. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  267. <ul class="tsd-type-parameters">
  268. <li>
  269. <h4>C</h4></li></ul></div>
  270. <div class="tsd-parameters">
  271. <h4 class="tsd-parameters-title">Parameters</h4>
  272. <ul class="tsd-parameter-list">
  273. <li>
  274. <h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span>collections: <span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
  275. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  276. <p>Overrides Collection.Keyed.concat</p>
  277. <ul>
  278. <li>Defined in node_modules/immutable/dist/immutable.d.ts:990</li></ul></aside></li></ul></section>
  279. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="contains" class="tsd-anchor"></a>
  280. <h3 class="tsd-anchor-link"><span>contains</span><a href="#contains" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  281. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  282. <li class="tsd-signature tsd-anchor-link" id="contains.contains-1">contains<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#contains.contains-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  283. <li class="tsd-description">
  284. <div class="tsd-parameters">
  285. <h4 class="tsd-parameters-title">Parameters</h4>
  286. <ul class="tsd-parameter-list">
  287. <li>
  288. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  289. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
  290. <p>Inherited from Collection.Keyed.contains</p>
  291. <ul>
  292. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3970</li></ul></aside></li></ul></section>
  293. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="count" class="tsd-anchor"></a>
  294. <h3 class="tsd-anchor-link"><span>count</span><a href="#count" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  295. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  296. <li class="tsd-signature tsd-anchor-link" id="count.count-1">count<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#count.count-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  297. <li class="tsd-description">
  298. <div class="tsd-comment tsd-typography"><p>Returns the size of this Collection.</p>
  299. <p>Regardless of if this Collection can describe its size lazily (some Seqs
  300. cannot), this method will always return the correct size. E.g. it
  301. evaluates a lazy <code>Seq</code> if necessary.</p>
  302. <p>If <code>predicate</code> is provided, then this returns the count of entries in the
  303. Collection for which the <code>predicate</code> returns true.</p>
  304. </div>
  305. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
  306. <p>Inherited from Collection.Keyed.count</p>
  307. <ul>
  308. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4661</li></ul></aside></li>
  309. <li class="tsd-signature tsd-anchor-link" id="count.count-2">count<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#count.count-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  310. <li class="tsd-description">
  311. <div class="tsd-parameters">
  312. <h4 class="tsd-parameters-title">Parameters</h4>
  313. <ul class="tsd-parameter-list">
  314. <li>
  315. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  316. <ul class="tsd-parameters">
  317. <li class="tsd-parameter-signature">
  318. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  319. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  320. <li class="tsd-description">
  321. <div class="tsd-parameters">
  322. <h4 class="tsd-parameters-title">Parameters</h4>
  323. <ul class="tsd-parameter-list">
  324. <li>
  325. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  326. <li>
  327. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  328. <li>
  329. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  330. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  331. <li>
  332. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  333. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
  334. <p>Inherited from Collection.Keyed.count</p>
  335. <ul>
  336. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4662</li></ul></aside></li></ul></section>
  337. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="countBy" class="tsd-anchor"></a>
  338. <h3 class="tsd-anchor-link"><span>count<wbr/>By</span><a href="#countBy" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  339. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  340. <li class="tsd-signature tsd-anchor-link" id="countBy.countBy-1">count<wbr/>By<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>grouper<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span><a href="#countBy.countBy-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  341. <li class="tsd-description">
  342. <div class="tsd-comment tsd-typography"><p>Returns a <code>Seq.Keyed</code> of counts, grouped by the return value of
  343. the <code>grouper</code> function.</p>
  344. <p>Note: This is not a lazy operation.</p>
  345. </div>
  346. <div class="tsd-type-parameters">
  347. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  348. <ul class="tsd-type-parameters">
  349. <li>
  350. <h4>G</h4></li></ul></div>
  351. <div class="tsd-parameters">
  352. <h4 class="tsd-parameters-title">Parameters</h4>
  353. <ul class="tsd-parameter-list">
  354. <li>
  355. <h5>grouper: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span><span class="tsd-signature-symbol">)</span></h5>
  356. <ul class="tsd-parameters">
  357. <li class="tsd-parameter-signature">
  358. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  359. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span></li>
  360. <li class="tsd-description">
  361. <div class="tsd-parameters">
  362. <h4 class="tsd-parameters-title">Parameters</h4>
  363. <ul class="tsd-parameter-list">
  364. <li>
  365. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  366. <li>
  367. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  368. <li>
  369. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  370. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span></h4></li></ul></li></ul></li>
  371. <li>
  372. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  373. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  374. <p>Inherited from Collection.Keyed.countBy</p>
  375. <ul>
  376. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4673</li></ul></aside></li></ul></section>
  377. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="delete" class="tsd-anchor"></a>
  378. <h3 class="tsd-anchor-link"><span>delete</span><a href="#delete" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  379. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  380. <li class="tsd-signature tsd-anchor-link" id="delete.delete-1">delete<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#delete.delete-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  381. <li class="tsd-description">
  382. <div class="tsd-comment tsd-typography"><p>Returns a new Map which excludes this <code>key</code>.</p>
  383. <p>Note: <code>delete</code> cannot be safely used in IE8, but is provided to mirror
  384. the ES6 collection API.</p>
  385. <!-- runkit:activate -->
  386. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">originalMap</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({</span><br/><span class="hl-1"> </span><span class="hl-0">key:</span><span class="hl-1"> </span><span class="hl-4">&#39;value&#39;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">otherKey:</span><span class="hl-1"> </span><span class="hl-4">&#39;other value&#39;</span><br/><span class="hl-1">})</span><br/><span class="hl-9">// Map { &quot;key&quot;: &quot;value&quot;, &quot;otherKey&quot;: &quot;other value&quot; }</span><br/><span class="hl-0">originalMap</span><span class="hl-1">.</span><span class="hl-6">delete</span><span class="hl-1">(</span><span class="hl-4">&#39;otherKey&#39;</span><span class="hl-1">)</span><br/><span class="hl-9">// Map { &quot;key&quot;: &quot;value&quot; }</span>
  387. </code></pre>
  388. <p>Note: <code>delete</code> can be used in <code>withMutations</code>.</p>
  389. <h3>Alias</h3><p>remove</p>
  390. </div>
  391. <div class="tsd-parameters">
  392. <h4 class="tsd-parameters-title">Parameters</h4>
  393. <ul class="tsd-parameter-list">
  394. <li>
  395. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li></ul></div>
  396. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  397. <ul>
  398. <li>Defined in node_modules/immutable/dist/immutable.d.ts:819</li></ul></aside></li></ul></section>
  399. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="deleteAll" class="tsd-anchor"></a>
  400. <h3 class="tsd-anchor-link"><span>delete<wbr/>All</span><a href="#deleteAll" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  401. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  402. <li class="tsd-signature tsd-anchor-link" id="deleteAll.deleteAll-1">delete<wbr/>All<span class="tsd-signature-symbol">(</span>keys<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#deleteAll.deleteAll-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  403. <li class="tsd-description">
  404. <div class="tsd-comment tsd-typography"><p>Returns a new Map which excludes the provided <code>keys</code>.</p>
  405. <!-- runkit:activate -->
  406. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">names</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-4">&quot;Aaron&quot;</span><span class="hl-1">, </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-4">&quot;Barry&quot;</span><span class="hl-1">, </span><span class="hl-0">c:</span><span class="hl-1"> </span><span class="hl-4">&quot;Connor&quot;</span><span class="hl-1"> })</span><br/><span class="hl-0">names</span><span class="hl-1">.</span><span class="hl-6">deleteAll</span><span class="hl-1">([ </span><span class="hl-4">&#39;a&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;c&#39;</span><span class="hl-1"> ])</span><br/><span class="hl-9">// Map { &quot;b&quot;: &quot;Barry&quot; }</span>
  407. </code></pre>
  408. <p>Note: <code>deleteAll</code> can be used in <code>withMutations</code>.</p>
  409. <h3>Alias</h3><p>removeAll</p>
  410. </div>
  411. <div class="tsd-parameters">
  412. <h4 class="tsd-parameters-title">Parameters</h4>
  413. <ul class="tsd-parameter-list">
  414. <li>
  415. <h5>keys: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  416. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  417. <ul>
  418. <li>Defined in node_modules/immutable/dist/immutable.d.ts:837</li></ul></aside></li></ul></section>
  419. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="deleteIn" class="tsd-anchor"></a>
  420. <h3 class="tsd-anchor-link"><span>delete<wbr/>In</span><a href="#deleteIn" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  421. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  422. <li class="tsd-signature tsd-anchor-link" id="deleteIn.deleteIn-1">delete<wbr/>In<span class="tsd-signature-symbol">(</span>keyPath<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#deleteIn.deleteIn-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  423. <li class="tsd-description">
  424. <div class="tsd-comment tsd-typography"><p>Returns a new Map having removed the value at this <code>keyPath</code>. If any keys
  425. in <code>keyPath</code> do not exist, no change will occur.</p>
  426. <p>Note: <code>deleteIn</code> can be used in <code>withMutations</code>.</p>
  427. <h3>Alias</h3><p>removeIn</p>
  428. </div>
  429. <div class="tsd-parameters">
  430. <h4 class="tsd-parameters-title">Parameters</h4>
  431. <ul class="tsd-parameter-list">
  432. <li>
  433. <h5>keyPath: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  434. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  435. <ul>
  436. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1155</li></ul></aside></li></ul></section>
  437. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="entries" class="tsd-anchor"></a>
  438. <h3 class="tsd-anchor-link"><span>entries</span><a href="#entries" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  439. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  440. <li class="tsd-signature tsd-anchor-link" id="entries.entries-1">entries<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.IterableIterator.html" class="tsd-signature-type" data-tsd-kind="Interface">IterableIterator</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><a href="#entries.entries-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  441. <li class="tsd-description">
  442. <div class="tsd-comment tsd-typography"><p>An iterator of this <code>Collection</code>&#39;s entries as <code>[ key, value ]</code> tuples.</p>
  443. <p>Note: this will return an ES6 iterator which does not support
  444. Immutable.js sequence algorithms. Use <code>entrySeq</code> instead, if this is
  445. what you want.</p>
  446. </div>
  447. <h4 class="tsd-returns-title">Returns <a href="RcsbFv3DAssembly._internal_.IterableIterator.html" class="tsd-signature-type" data-tsd-kind="Interface">IterableIterator</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  448. <p>Inherited from Collection.Keyed.entries</p>
  449. <ul>
  450. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4209</li></ul></aside></li></ul></section>
  451. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="entrySeq" class="tsd-anchor"></a>
  452. <h3 class="tsd-anchor-link"><span>entry<wbr/>Seq</span><a href="#entrySeq" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  453. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  454. <li class="tsd-signature tsd-anchor-link" id="entrySeq.entrySeq-1">entry<wbr/>Seq<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Indexed-5.html" class="tsd-signature-type" data-tsd-kind="Function">Indexed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><a href="#entrySeq.entrySeq-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  455. <li class="tsd-description">
  456. <div class="tsd-comment tsd-typography"><p>Returns a new Seq.Indexed of [key, value] tuples.</p>
  457. </div>
  458. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Indexed-5.html" class="tsd-signature-type" data-tsd-kind="Function">Indexed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  459. <p>Inherited from Collection.Keyed.entrySeq</p>
  460. <ul>
  461. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4229</li></ul></aside></li></ul></section>
  462. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="equals" class="tsd-anchor"></a>
  463. <h3 class="tsd-anchor-link"><span>equals</span><a href="#equals" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  464. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  465. <li class="tsd-signature tsd-anchor-link" id="equals.equals-1">equals<span class="tsd-signature-symbol">(</span>other<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#equals.equals-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  466. <li class="tsd-description">
  467. <div class="tsd-comment tsd-typography"><p>True if this and the other Collection have value equality, as defined
  468. by <code>Immutable.is()</code>.</p>
  469. <p>Note: This is equivalent to <code>Immutable.is(this, other)</code>, but provided to
  470. allow for chained expressions.</p>
  471. </div>
  472. <div class="tsd-parameters">
  473. <h4 class="tsd-parameters-title">Parameters</h4>
  474. <ul class="tsd-parameter-list">
  475. <li>
  476. <h5>other: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  477. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
  478. <p>Inherited from Collection.Keyed.equals</p>
  479. <ul>
  480. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3917</li></ul></aside></li></ul></section>
  481. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="every" class="tsd-anchor"></a>
  482. <h3 class="tsd-anchor-link"><span>every</span><a href="#every" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  483. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  484. <li class="tsd-signature tsd-anchor-link" id="every.every-1">every<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#every.every-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  485. <li class="tsd-description">
  486. <div class="tsd-comment tsd-typography"><p>True if <code>predicate</code> returns true for all entries in the Collection.</p>
  487. </div>
  488. <div class="tsd-parameters">
  489. <h4 class="tsd-parameters-title">Parameters</h4>
  490. <ul class="tsd-parameter-list">
  491. <li>
  492. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  493. <ul class="tsd-parameters">
  494. <li class="tsd-parameter-signature">
  495. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  496. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  497. <li class="tsd-description">
  498. <div class="tsd-parameters">
  499. <h4 class="tsd-parameters-title">Parameters</h4>
  500. <ul class="tsd-parameter-list">
  501. <li>
  502. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  503. <li>
  504. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  505. <li>
  506. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  507. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  508. <li>
  509. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  510. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
  511. <p>Inherited from Collection.Keyed.every</p>
  512. <ul>
  513. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4624</li></ul></aside></li></ul></section>
  514. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="filter" class="tsd-anchor"></a>
  515. <h3 class="tsd-anchor-link"><span>filter</span><a href="#filter" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  516. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  517. <li class="tsd-signature tsd-anchor-link" id="filter.filter-1">filter<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">value</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">&gt;</span><a href="#filter.filter-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  518. <li class="tsd-description">
  519. <div class="tsd-comment tsd-typography"><p>Returns a new Map with only the entries for which the <code>predicate</code>
  520. function returns true.</p>
  521. <p>Note: <code>filter()</code> always returns a new instance, even if it results in
  522. not filtering out any values.</p>
  523. </div>
  524. <div class="tsd-type-parameters">
  525. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  526. <ul class="tsd-type-parameters">
  527. <li>
  528. <h4>F</h4></li></ul></div>
  529. <div class="tsd-parameters">
  530. <h4 class="tsd-parameters-title">Parameters</h4>
  531. <ul class="tsd-parameter-list">
  532. <li>
  533. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">value</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">)</span></h5>
  534. <ul class="tsd-parameters">
  535. <li class="tsd-parameter-signature">
  536. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  537. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">value</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span></li>
  538. <li class="tsd-description">
  539. <div class="tsd-parameters">
  540. <h4 class="tsd-parameters-title">Parameters</h4>
  541. <ul class="tsd-parameter-list">
  542. <li>
  543. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  544. <li>
  545. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  546. <li>
  547. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  548. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">value</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span></h4></li></ul></li></ul></li>
  549. <li>
  550. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  551. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">F</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  552. <p>Overrides Collection.Keyed.filter</p>
  553. <ul>
  554. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1400</li></ul></aside></li>
  555. <li class="tsd-signature tsd-anchor-link" id="filter.filter-2">filter<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#filter.filter-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  556. <li class="tsd-description">
  557. <div class="tsd-parameters">
  558. <h4 class="tsd-parameters-title">Parameters</h4>
  559. <ul class="tsd-parameter-list">
  560. <li>
  561. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span></h5>
  562. <ul class="tsd-parameters">
  563. <li class="tsd-parameter-signature">
  564. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  565. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span></li>
  566. <li class="tsd-description">
  567. <div class="tsd-parameters">
  568. <h4 class="tsd-parameters-title">Parameters</h4>
  569. <ul class="tsd-parameter-list">
  570. <li>
  571. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  572. <li>
  573. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  574. <li>
  575. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  576. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">unknown</span></h4></li></ul></li></ul></li>
  577. <li>
  578. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  579. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  580. <p>Overrides Collection.Keyed.filter</p>
  581. <ul>
  582. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1404</li></ul></aside></li></ul></section>
  583. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="filterNot" class="tsd-anchor"></a>
  584. <h3 class="tsd-anchor-link"><span>filter<wbr/>Not</span><a href="#filterNot" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  585. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  586. <li class="tsd-signature tsd-anchor-link" id="filterNot.filterNot-1">filter<wbr/>Not<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#filterNot.filterNot-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  587. <li class="tsd-description">
  588. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type with only the entries for which
  589. the <code>predicate</code> function returns false.</p>
  590. <!-- runkit:activate -->
  591. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-8">1</span><span class="hl-1">, </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-8">2</span><span class="hl-1">, </span><span class="hl-0">c:</span><span class="hl-1"> </span><span class="hl-8">3</span><span class="hl-1">, </span><span class="hl-0">d:</span><span class="hl-1"> </span><span class="hl-8">4</span><span class="hl-1">}).</span><span class="hl-6">filterNot</span><span class="hl-1">(</span><span class="hl-0">x</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">x</span><span class="hl-1"> % </span><span class="hl-8">2</span><span class="hl-1"> === </span><span class="hl-8">0</span><span class="hl-1">)</span><br/><span class="hl-9">// Map { &quot;a&quot;: 1, &quot;c&quot;: 3 }</span>
  592. </code></pre>
  593. <p>Note: <code>filterNot()</code> always returns a new instance, even if it results in
  594. not filtering out any values.</p>
  595. </div>
  596. <div class="tsd-parameters">
  597. <h4 class="tsd-parameters-title">Parameters</h4>
  598. <ul class="tsd-parameter-list">
  599. <li>
  600. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  601. <ul class="tsd-parameters">
  602. <li class="tsd-parameter-signature">
  603. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  604. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  605. <li class="tsd-description">
  606. <div class="tsd-parameters">
  607. <h4 class="tsd-parameters-title">Parameters</h4>
  608. <ul class="tsd-parameter-list">
  609. <li>
  610. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  611. <li>
  612. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  613. <li>
  614. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  615. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  616. <li>
  617. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  618. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  619. <p>Inherited from Collection.Keyed.filterNot</p>
  620. <ul>
  621. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4297</li></ul></aside></li></ul></section>
  622. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="find" class="tsd-anchor"></a>
  623. <h3 class="tsd-anchor-link"><span>find</span><a href="#find" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  624. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  625. <li class="tsd-signature tsd-anchor-link" id="find.find-1">find<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span>, notSetValue<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><a href="#find.find-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  626. <li class="tsd-description">
  627. <div class="tsd-comment tsd-typography"><p>Returns the first value for which the <code>predicate</code> returns true.</p>
  628. </div>
  629. <div class="tsd-parameters">
  630. <h4 class="tsd-parameters-title">Parameters</h4>
  631. <ul class="tsd-parameter-list">
  632. <li>
  633. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  634. <ul class="tsd-parameters">
  635. <li class="tsd-parameter-signature">
  636. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  637. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  638. <li class="tsd-description">
  639. <div class="tsd-parameters">
  640. <h4 class="tsd-parameters-title">Parameters</h4>
  641. <ul class="tsd-parameter-list">
  642. <li>
  643. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  644. <li>
  645. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  646. <li>
  647. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  648. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  649. <li>
  650. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li>
  651. <li>
  652. <h5><code class="tsd-tag ts-flagOptional">Optional</code> notSetValue: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  653. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h4><aside class="tsd-sources">
  654. <p>Inherited from Collection.Keyed.find</p>
  655. <ul>
  656. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4683</li></ul></aside></li></ul></section>
  657. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="findEntry" class="tsd-anchor"></a>
  658. <h3 class="tsd-anchor-link"><span>find<wbr/>Entry</span><a href="#findEntry" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  659. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  660. <li class="tsd-signature tsd-anchor-link" id="findEntry.findEntry-1">find<wbr/>Entry<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span>, notSetValue<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><a href="#findEntry.findEntry-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  661. <li class="tsd-description">
  662. <div class="tsd-comment tsd-typography"><p>Returns the first [key, value] entry for which the <code>predicate</code> returns true.</p>
  663. </div>
  664. <div class="tsd-parameters">
  665. <h4 class="tsd-parameters-title">Parameters</h4>
  666. <ul class="tsd-parameter-list">
  667. <li>
  668. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  669. <ul class="tsd-parameters">
  670. <li class="tsd-parameter-signature">
  671. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  672. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  673. <li class="tsd-description">
  674. <div class="tsd-parameters">
  675. <h4 class="tsd-parameters-title">Parameters</h4>
  676. <ul class="tsd-parameter-list">
  677. <li>
  678. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  679. <li>
  680. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  681. <li>
  682. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  683. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  684. <li>
  685. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li>
  686. <li>
  687. <h5><code class="tsd-tag ts-flagOptional">Optional</code> notSetValue: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  688. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span></h4><aside class="tsd-sources">
  689. <p>Inherited from Collection.Keyed.findEntry</p>
  690. <ul>
  691. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4703</li></ul></aside></li></ul></section>
  692. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="findKey" class="tsd-anchor"></a>
  693. <h3 class="tsd-anchor-link"><span>find<wbr/>Key</span><a href="#findKey" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  694. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  695. <li class="tsd-signature tsd-anchor-link" id="findKey.findKey-1">find<wbr/>Key<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><a href="#findKey.findKey-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  696. <li class="tsd-description">
  697. <div class="tsd-comment tsd-typography"><p>Returns the key for which the <code>predicate</code> returns true.</p>
  698. </div>
  699. <div class="tsd-parameters">
  700. <h4 class="tsd-parameters-title">Parameters</h4>
  701. <ul class="tsd-parameter-list">
  702. <li>
  703. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  704. <ul class="tsd-parameters">
  705. <li class="tsd-parameter-signature">
  706. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  707. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  708. <li class="tsd-description">
  709. <div class="tsd-parameters">
  710. <h4 class="tsd-parameters-title">Parameters</h4>
  711. <ul class="tsd-parameter-list">
  712. <li>
  713. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  714. <li>
  715. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  716. <li>
  717. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  718. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  719. <li>
  720. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  721. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h4><aside class="tsd-sources">
  722. <p>Inherited from Collection.Keyed.findKey</p>
  723. <ul>
  724. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4724</li></ul></aside></li></ul></section>
  725. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="findLast" class="tsd-anchor"></a>
  726. <h3 class="tsd-anchor-link"><span>find<wbr/>Last</span><a href="#findLast" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  727. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  728. <li class="tsd-signature tsd-anchor-link" id="findLast.findLast-1">find<wbr/>Last<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span>, notSetValue<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><a href="#findLast.findLast-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  729. <li class="tsd-description">
  730. <div class="tsd-comment tsd-typography"><p>Returns the last value for which the <code>predicate</code> returns true.</p>
  731. <p>Note: <code>predicate</code> will be called for each entry in reverse.</p>
  732. </div>
  733. <div class="tsd-parameters">
  734. <h4 class="tsd-parameters-title">Parameters</h4>
  735. <ul class="tsd-parameter-list">
  736. <li>
  737. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  738. <ul class="tsd-parameters">
  739. <li class="tsd-parameter-signature">
  740. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  741. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  742. <li class="tsd-description">
  743. <div class="tsd-parameters">
  744. <h4 class="tsd-parameters-title">Parameters</h4>
  745. <ul class="tsd-parameter-list">
  746. <li>
  747. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  748. <li>
  749. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  750. <li>
  751. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  752. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  753. <li>
  754. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li>
  755. <li>
  756. <h5><code class="tsd-tag ts-flagOptional">Optional</code> notSetValue: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  757. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h4><aside class="tsd-sources">
  758. <p>Inherited from Collection.Keyed.findLast</p>
  759. <ul>
  760. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4694</li></ul></aside></li></ul></section>
  761. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="findLastEntry" class="tsd-anchor"></a>
  762. <h3 class="tsd-anchor-link"><span>find<wbr/>Last<wbr/>Entry</span><a href="#findLastEntry" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  763. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  764. <li class="tsd-signature tsd-anchor-link" id="findLastEntry.findLastEntry-1">find<wbr/>Last<wbr/>Entry<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span>, notSetValue<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><a href="#findLastEntry.findLastEntry-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  765. <li class="tsd-description">
  766. <div class="tsd-comment tsd-typography"><p>Returns the last [key, value] entry for which the <code>predicate</code>
  767. returns true.</p>
  768. <p>Note: <code>predicate</code> will be called for each entry in reverse.</p>
  769. </div>
  770. <div class="tsd-parameters">
  771. <h4 class="tsd-parameters-title">Parameters</h4>
  772. <ul class="tsd-parameter-list">
  773. <li>
  774. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  775. <ul class="tsd-parameters">
  776. <li class="tsd-parameter-signature">
  777. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  778. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  779. <li class="tsd-description">
  780. <div class="tsd-parameters">
  781. <h4 class="tsd-parameters-title">Parameters</h4>
  782. <ul class="tsd-parameter-list">
  783. <li>
  784. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  785. <li>
  786. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  787. <li>
  788. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  789. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  790. <li>
  791. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li>
  792. <li>
  793. <h5><code class="tsd-tag ts-flagOptional">Optional</code> notSetValue: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  794. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span></h4><aside class="tsd-sources">
  795. <p>Inherited from Collection.Keyed.findLastEntry</p>
  796. <ul>
  797. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4715</li></ul></aside></li></ul></section>
  798. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="findLastKey" class="tsd-anchor"></a>
  799. <h3 class="tsd-anchor-link"><span>find<wbr/>Last<wbr/>Key</span><a href="#findLastKey" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  800. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  801. <li class="tsd-signature tsd-anchor-link" id="findLastKey.findLastKey-1">find<wbr/>Last<wbr/>Key<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><a href="#findLastKey.findLastKey-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  802. <li class="tsd-description">
  803. <div class="tsd-comment tsd-typography"><p>Returns the last key for which the <code>predicate</code> returns true.</p>
  804. <p>Note: <code>predicate</code> will be called for each entry in reverse.</p>
  805. </div>
  806. <div class="tsd-parameters">
  807. <h4 class="tsd-parameters-title">Parameters</h4>
  808. <ul class="tsd-parameter-list">
  809. <li>
  810. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  811. <ul class="tsd-parameters">
  812. <li class="tsd-parameter-signature">
  813. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  814. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  815. <li class="tsd-description">
  816. <div class="tsd-parameters">
  817. <h4 class="tsd-parameters-title">Parameters</h4>
  818. <ul class="tsd-parameter-list">
  819. <li>
  820. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  821. <li>
  822. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  823. <li>
  824. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  825. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  826. <li>
  827. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  828. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h4><aside class="tsd-sources">
  829. <p>Inherited from Collection.Keyed.findLastKey</p>
  830. <ul>
  831. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4734</li></ul></aside></li></ul></section>
  832. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="first" class="tsd-anchor"></a>
  833. <h3 class="tsd-anchor-link"><span>first</span><a href="#first" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  834. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  835. <li class="tsd-signature tsd-anchor-link" id="first.first-1">first<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>notSetValue<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span><a href="#first.first-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  836. <li class="tsd-description">
  837. <div class="tsd-comment tsd-typography"><p>In case the <code>Collection</code> is not empty returns the first element of the
  838. <code>Collection</code>.
  839. In case the <code>Collection</code> is empty returns the optional default
  840. value if provided, if no default value is provided returns undefined.</p>
  841. </div>
  842. <div class="tsd-type-parameters">
  843. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  844. <ul class="tsd-type-parameters">
  845. <li>
  846. <h4>NSV = <span class="tsd-signature-type">undefined</span></h4></li></ul></div>
  847. <div class="tsd-parameters">
  848. <h4 class="tsd-parameters-title">Parameters</h4>
  849. <ul class="tsd-parameter-list">
  850. <li>
  851. <h5><code class="tsd-tag ts-flagOptional">Optional</code> notSetValue: <span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span></h5></li></ul></div>
  852. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span></h4><aside class="tsd-sources">
  853. <p>Inherited from Collection.Keyed.first</p>
  854. <ul>
  855. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3978</li></ul></aside></li></ul></section>
  856. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="flatMap" class="tsd-anchor"></a>
  857. <h3 class="tsd-anchor-link"><span>flat<wbr/>Map</span><a href="#flatMap" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  858. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  859. <li class="tsd-signature tsd-anchor-link" id="flatMap.flatMap-1">flat<wbr/>Map<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>mapper<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">&gt;</span><a href="#flatMap.flatMap-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  860. <li class="tsd-description">
  861. <div class="tsd-comment tsd-typography"><p>Flat-maps the Map, returning a new Map.</p>
  862. <p>Similar to <code>data.map(...).flatten(true)</code>.</p>
  863. </div>
  864. <div class="tsd-type-parameters">
  865. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  866. <ul class="tsd-type-parameters">
  867. <li>
  868. <h4>KM</h4></li>
  869. <li>
  870. <h4>VM</h4></li></ul></div>
  871. <div class="tsd-parameters">
  872. <h4 class="tsd-parameters-title">Parameters</h4>
  873. <ul class="tsd-parameter-list">
  874. <li>
  875. <h5>mapper: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></h5>
  876. <ul class="tsd-parameters">
  877. <li class="tsd-parameter-signature">
  878. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  879. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span></li>
  880. <li class="tsd-description">
  881. <div class="tsd-parameters">
  882. <h4 class="tsd-parameters-title">Parameters</h4>
  883. <ul class="tsd-parameter-list">
  884. <li>
  885. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  886. <li>
  887. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  888. <li>
  889. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  890. <h4 class="tsd-returns-title">Returns <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></li></ul></li>
  891. <li>
  892. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  893. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  894. <p>Overrides Collection.Keyed.flatMap</p>
  895. <ul>
  896. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1388</li></ul></aside></li></ul></section>
  897. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="flatten" class="tsd-anchor"></a>
  898. <h3 class="tsd-anchor-link"><span>flatten</span><a href="#flatten" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  899. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  900. <li class="tsd-signature tsd-anchor-link" id="flatten.flatten-1">flatten<span class="tsd-signature-symbol">(</span>depth<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Collection-2.html" class="tsd-signature-type" data-tsd-kind="Function">Collection</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><a href="#flatten.flatten-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  901. <li class="tsd-description">
  902. <div class="tsd-comment tsd-typography"><p>Flattens nested Collections.</p>
  903. <p>Will deeply flatten the Collection by default, returning a Collection of the
  904. same type, but a <code>depth</code> can be provided in the form of a number or
  905. boolean (where true means to shallowly flatten one level). A depth of 0
  906. (or shallow: false) will deeply flatten.</p>
  907. <p>Flattens only others Collection, not Arrays or Objects.</p>
  908. <p>Note: <code>flatten(true)</code> operates on Collection&lt;unknown, Collection&lt;K, V&gt;&gt; and
  909. returns Collection&lt;K, V&gt;</p>
  910. </div>
  911. <div class="tsd-parameters">
  912. <h4 class="tsd-parameters-title">Parameters</h4>
  913. <ul class="tsd-parameter-list">
  914. <li>
  915. <h5><code class="tsd-tag ts-flagOptional">Optional</code> depth: <span class="tsd-signature-type">number</span></h5></li></ul></div>
  916. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Collection-2.html" class="tsd-signature-type" data-tsd-kind="Function">Collection</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  917. <p>Inherited from Collection.Keyed.flatten</p>
  918. <ul>
  919. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4561</li></ul></aside></li>
  920. <li class="tsd-signature tsd-anchor-link" id="flatten.flatten-2">flatten<span class="tsd-signature-symbol">(</span>shallow<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Collection-2.html" class="tsd-signature-type" data-tsd-kind="Function">Collection</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><a href="#flatten.flatten-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  921. <li class="tsd-description">
  922. <div class="tsd-parameters">
  923. <h4 class="tsd-parameters-title">Parameters</h4>
  924. <ul class="tsd-parameter-list">
  925. <li>
  926. <h5><code class="tsd-tag ts-flagOptional">Optional</code> shallow: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
  927. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Collection-2.html" class="tsd-signature-type" data-tsd-kind="Function">Collection</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  928. <p>Inherited from Collection.Keyed.flatten</p>
  929. <ul>
  930. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4563</li></ul></aside></li></ul></section>
  931. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="flip" class="tsd-anchor"></a>
  932. <h3 class="tsd-anchor-link"><span>flip</span><a href="#flip" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  933. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  934. <li class="tsd-signature tsd-anchor-link" id="flip.flip-1">flip<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">&gt;</span><a href="#flip.flip-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  935. <li class="tsd-description">
  936. <div class="tsd-comment tsd-typography">
  937. <h3>See</h3><p>Collection.Keyed.flip</p>
  938. </div>
  939. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  940. <p>Overrides Collection.Keyed.flip</p>
  941. <ul>
  942. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1412</li></ul></aside></li></ul></section>
  943. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="forEach" class="tsd-anchor"></a>
  944. <h3 class="tsd-anchor-link"><span>for<wbr/>Each</span><a href="#forEach" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  945. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  946. <li class="tsd-signature tsd-anchor-link" id="forEach.forEach-1">for<wbr/>Each<span class="tsd-signature-symbol">(</span>sideEffect<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#forEach.forEach-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  947. <li class="tsd-description">
  948. <div class="tsd-comment tsd-typography"><p>The <code>sideEffect</code> is executed for every entry in the Collection.</p>
  949. <p>Unlike <code>Array#forEach</code>, if any call of <code>sideEffect</code> returns
  950. <code>false</code>, the iteration will stop. Returns the number of entries iterated
  951. (including the last iteration which returned false).</p>
  952. </div>
  953. <div class="tsd-parameters">
  954. <h4 class="tsd-parameters-title">Parameters</h4>
  955. <ul class="tsd-parameter-list">
  956. <li>
  957. <h5>sideEffect: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span></h5>
  958. <ul class="tsd-parameters">
  959. <li class="tsd-parameter-signature">
  960. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  961. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span></li>
  962. <li class="tsd-description">
  963. <div class="tsd-parameters">
  964. <h4 class="tsd-parameters-title">Parameters</h4>
  965. <ul class="tsd-parameter-list">
  966. <li>
  967. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  968. <li>
  969. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  970. <li>
  971. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  972. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">unknown</span></h4></li></ul></li></ul></li>
  973. <li>
  974. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  975. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
  976. <p>Inherited from Collection.Keyed.forEach</p>
  977. <ul>
  978. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4406</li></ul></aside></li></ul></section>
  979. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="get" class="tsd-anchor"></a>
  980. <h3 class="tsd-anchor-link"><span>get</span><a href="#get" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  981. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  982. <li class="tsd-signature tsd-anchor-link" id="get.get-1">get<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, notSetValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span><a href="#get.get-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  983. <li class="tsd-description">
  984. <div class="tsd-comment tsd-typography"><p>Returns the value associated with the provided key, or notSetValue if
  985. the Collection does not contain this key.</p>
  986. <p>Note: it is possible a key may be associated with an <code>undefined</code> value,
  987. so if <code>notSetValue</code> is not provided and this method returns <code>undefined</code>,
  988. that does not guarantee the key was not found.</p>
  989. </div>
  990. <div class="tsd-type-parameters">
  991. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  992. <ul class="tsd-type-parameters">
  993. <li>
  994. <h4>NSV</h4></li></ul></div>
  995. <div class="tsd-parameters">
  996. <h4 class="tsd-parameters-title">Parameters</h4>
  997. <ul class="tsd-parameter-list">
  998. <li>
  999. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  1000. <li>
  1001. <h5>notSetValue: <span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span></h5></li></ul></div>
  1002. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span></h4><aside class="tsd-sources">
  1003. <p>Inherited from Collection.Keyed.get</p>
  1004. <ul>
  1005. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3955</li></ul></aside></li>
  1006. <li class="tsd-signature tsd-anchor-link" id="get.get-2">get<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><a href="#get.get-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1007. <li class="tsd-description">
  1008. <div class="tsd-parameters">
  1009. <h4 class="tsd-parameters-title">Parameters</h4>
  1010. <ul class="tsd-parameter-list">
  1011. <li>
  1012. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li></ul></div>
  1013. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h4><aside class="tsd-sources">
  1014. <p>Inherited from Collection.Keyed.get</p>
  1015. <ul>
  1016. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3956</li></ul></aside></li></ul></section>
  1017. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="getIn" class="tsd-anchor"></a>
  1018. <h3 class="tsd-anchor-link"><span>get<wbr/>In</span><a href="#getIn" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1019. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1020. <li class="tsd-signature tsd-anchor-link" id="getIn.getIn-1">get<wbr/>In<span class="tsd-signature-symbol">(</span>searchKeyPath<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span>, notSetValue<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><a href="#getIn.getIn-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1021. <li class="tsd-description">
  1022. <div class="tsd-comment tsd-typography"><p>Returns the value found by following a path of keys or indices through
  1023. nested Collections.</p>
  1024. <!-- runkit:activate -->
  1025. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1">, </span><span class="hl-5">List</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">deepData</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">x:</span><span class="hl-1"> </span><span class="hl-6">List</span><span class="hl-1">([ </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">y:</span><span class="hl-1"> </span><span class="hl-8">123</span><span class="hl-1"> }) ]) });</span><br/><span class="hl-0">deepData</span><span class="hl-1">.</span><span class="hl-6">getIn</span><span class="hl-1">([</span><span class="hl-4">&#39;x&#39;</span><span class="hl-1">, </span><span class="hl-8">0</span><span class="hl-1">, </span><span class="hl-4">&#39;y&#39;</span><span class="hl-1">]) </span><span class="hl-9">// 123</span>
  1026. </code></pre>
  1027. <p>Plain JavaScript Object or Arrays may be nested within an Immutable.js
  1028. Collection, and getIn() can access those values as well:</p>
  1029. <!-- runkit:activate -->
  1030. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1">, </span><span class="hl-5">List</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">deepData</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">x:</span><span class="hl-1"> [ { </span><span class="hl-0">y:</span><span class="hl-1"> </span><span class="hl-8">123</span><span class="hl-1"> } ] });</span><br/><span class="hl-0">deepData</span><span class="hl-1">.</span><span class="hl-6">getIn</span><span class="hl-1">([</span><span class="hl-4">&#39;x&#39;</span><span class="hl-1">, </span><span class="hl-8">0</span><span class="hl-1">, </span><span class="hl-4">&#39;y&#39;</span><span class="hl-1">]) </span><span class="hl-9">// 123</span>
  1031. </code></pre>
  1032. </div>
  1033. <div class="tsd-parameters">
  1034. <h4 class="tsd-parameters-title">Parameters</h4>
  1035. <ul class="tsd-parameter-list">
  1036. <li>
  1037. <h5>searchKeyPath: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h5></li>
  1038. <li>
  1039. <h5><code class="tsd-tag ts-flagOptional">Optional</code> notSetValue: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  1040. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">unknown</span></h4><aside class="tsd-sources">
  1041. <p>Inherited from Collection.Keyed.getIn</p>
  1042. <ul>
  1043. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4011</li></ul></aside></li></ul></section>
  1044. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="groupBy" class="tsd-anchor"></a>
  1045. <h3 class="tsd-anchor-link"><span>group<wbr/>By</span><a href="#groupBy" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1046. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1047. <li class="tsd-signature tsd-anchor-link" id="groupBy.groupBy-1">group<wbr/>By<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>grouper<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Keyed-2.html" class="tsd-signature-type" data-tsd-kind="Function">Keyed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span><span class="tsd-signature-symbol">, </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Collection-2.html" class="tsd-signature-type" data-tsd-kind="Function">Collection</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><a href="#groupBy.groupBy-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1048. <li class="tsd-description">
  1049. <div class="tsd-comment tsd-typography"><p>Returns a <code>Collection.Keyed</code> of <code>Collection.Keyeds</code>, grouped by the return
  1050. value of the <code>grouper</code> function.</p>
  1051. <p>Note: This is always an eager operation.</p>
  1052. <!-- runkit:activate -->
  1053. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">List</span><span class="hl-1">, </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">listOfMaps</span><span class="hl-1"> = </span><span class="hl-6">List</span><span class="hl-1">([</span><br/><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">v:</span><span class="hl-1"> </span><span class="hl-8">0</span><span class="hl-1"> }),</span><br/><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">v:</span><span class="hl-1"> </span><span class="hl-8">1</span><span class="hl-1"> }),</span><br/><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">v:</span><span class="hl-1"> </span><span class="hl-8">1</span><span class="hl-1"> }),</span><br/><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">v:</span><span class="hl-1"> </span><span class="hl-8">0</span><span class="hl-1"> }),</span><br/><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">v:</span><span class="hl-1"> </span><span class="hl-8">2</span><span class="hl-1"> })</span><br/><span class="hl-1">])</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">groupsOfMaps</span><span class="hl-1"> = </span><span class="hl-0">listOfMaps</span><span class="hl-1">.</span><span class="hl-6">groupBy</span><span class="hl-1">(</span><span class="hl-0">x</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">x</span><span class="hl-1">.</span><span class="hl-6">get</span><span class="hl-1">(</span><span class="hl-4">&#39;v&#39;</span><span class="hl-1">))</span><br/><span class="hl-9">// Map {</span><br/><span class="hl-9">// 0: List [ Map{ &quot;v&quot;: 0 }, Map { &quot;v&quot;: 0 } ],</span><br/><span class="hl-9">// 1: List [ Map{ &quot;v&quot;: 1 }, Map { &quot;v&quot;: 1 } ],</span><br/><span class="hl-9">// 2: List [ Map{ &quot;v&quot;: 2 } ],</span><br/><span class="hl-9">// }</span>
  1054. </code></pre>
  1055. </div>
  1056. <div class="tsd-type-parameters">
  1057. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  1058. <ul class="tsd-type-parameters">
  1059. <li>
  1060. <h4>G</h4></li></ul></div>
  1061. <div class="tsd-parameters">
  1062. <h4 class="tsd-parameters-title">Parameters</h4>
  1063. <ul class="tsd-parameter-list">
  1064. <li>
  1065. <h5>grouper: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span><span class="tsd-signature-symbol">)</span></h5>
  1066. <ul class="tsd-parameters">
  1067. <li class="tsd-parameter-signature">
  1068. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1069. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span></li>
  1070. <li class="tsd-description">
  1071. <div class="tsd-parameters">
  1072. <h4 class="tsd-parameters-title">Parameters</h4>
  1073. <ul class="tsd-parameter-list">
  1074. <li>
  1075. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  1076. <li>
  1077. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  1078. <li>
  1079. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1080. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span></h4></li></ul></li></ul></li>
  1081. <li>
  1082. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  1083. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Keyed-2.html" class="tsd-signature-type" data-tsd-kind="Function">Keyed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">G</span><span class="tsd-signature-symbol">, </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Collection-2.html" class="tsd-signature-type" data-tsd-kind="Function">Collection</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1084. <p>Inherited from Collection.Keyed.groupBy</p>
  1085. <ul>
  1086. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4392</li></ul></aside></li></ul></section>
  1087. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="has" class="tsd-anchor"></a>
  1088. <h3 class="tsd-anchor-link"><span>has</span><a href="#has" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1089. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1090. <li class="tsd-signature tsd-anchor-link" id="has.has-1">has<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#has.has-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1091. <li class="tsd-description">
  1092. <div class="tsd-comment tsd-typography"><p>True if a key exists within this <code>Collection</code>, using <code>Immutable.is</code>
  1093. to determine equality</p>
  1094. </div>
  1095. <div class="tsd-parameters">
  1096. <h4 class="tsd-parameters-title">Parameters</h4>
  1097. <ul class="tsd-parameter-list">
  1098. <li>
  1099. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li></ul></div>
  1100. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
  1101. <p>Inherited from Collection.Keyed.has</p>
  1102. <ul>
  1103. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3962</li></ul></aside></li></ul></section>
  1104. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="hasIn" class="tsd-anchor"></a>
  1105. <h3 class="tsd-anchor-link"><span>has<wbr/>In</span><a href="#hasIn" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1106. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1107. <li class="tsd-signature tsd-anchor-link" id="hasIn.hasIn-1">has<wbr/>In<span class="tsd-signature-symbol">(</span>searchKeyPath<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#hasIn.hasIn-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1108. <li class="tsd-description">
  1109. <div class="tsd-comment tsd-typography"><p>True if the result of following a path of keys or indices through nested
  1110. Collections results in a set value.</p>
  1111. </div>
  1112. <div class="tsd-parameters">
  1113. <h4 class="tsd-parameters-title">Parameters</h4>
  1114. <ul class="tsd-parameter-list">
  1115. <li>
  1116. <h5>searchKeyPath: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1117. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
  1118. <p>Inherited from Collection.Keyed.hasIn</p>
  1119. <ul>
  1120. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4017</li></ul></aside></li></ul></section>
  1121. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="hashCode" class="tsd-anchor"></a>
  1122. <h3 class="tsd-anchor-link"><span>hash<wbr/>Code</span><a href="#hashCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1123. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1124. <li class="tsd-signature tsd-anchor-link" id="hashCode.hashCode-1">hash<wbr/>Code<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#hashCode.hashCode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1125. <li class="tsd-description">
  1126. <div class="tsd-comment tsd-typography"><p>Computes and returns the hashed identity for this Collection.</p>
  1127. <p>The <code>hashCode</code> of a Collection is used to determine potential equality,
  1128. and is used when adding this to a <code>Set</code> or as a key in a <code>Map</code>, enabling
  1129. lookup via a different instance.</p>
  1130. <!-- runkit:activate
  1131. { "preamble": "const { Set, List } = require('immutable')" }
  1132. -->
  1133. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">a</span><span class="hl-1"> = </span><span class="hl-6">List</span><span class="hl-1">([ </span><span class="hl-8">1</span><span class="hl-1">, </span><span class="hl-8">2</span><span class="hl-1">, </span><span class="hl-8">3</span><span class="hl-1"> ]);</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">b</span><span class="hl-1"> = </span><span class="hl-6">List</span><span class="hl-1">([ </span><span class="hl-8">1</span><span class="hl-1">, </span><span class="hl-8">2</span><span class="hl-1">, </span><span class="hl-8">3</span><span class="hl-1"> ]);</span><br/><span class="hl-0">assert</span><span class="hl-1">.</span><span class="hl-6">notStrictEqual</span><span class="hl-1">(</span><span class="hl-0">a</span><span class="hl-1">, </span><span class="hl-0">b</span><span class="hl-1">); </span><span class="hl-9">// different instances</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">set</span><span class="hl-1"> = </span><span class="hl-3">Set</span><span class="hl-1">([ </span><span class="hl-0">a</span><span class="hl-1"> ]);</span><br/><span class="hl-0">assert</span><span class="hl-1">.</span><span class="hl-6">equal</span><span class="hl-1">(</span><span class="hl-0">set</span><span class="hl-1">.</span><span class="hl-6">has</span><span class="hl-1">(</span><span class="hl-0">b</span><span class="hl-1">), </span><span class="hl-2">true</span><span class="hl-1">);</span>
  1134. </code></pre>
  1135. <p>If two values have the same <code>hashCode</code>, they are <a href="https://en.wikipedia.org/wiki/Collision_(computer_science)">not guaranteed
  1136. to be equal</a>. If two values have different <code>hashCode</code>s,
  1137. they must not be equal.</p>
  1138. </div>
  1139. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
  1140. <p>Inherited from Collection.Keyed.hashCode</p>
  1141. <ul>
  1142. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3943</li></ul></aside></li></ul></section>
  1143. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="includes" class="tsd-anchor"></a>
  1144. <h3 class="tsd-anchor-link"><span>includes</span><a href="#includes" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1145. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1146. <li class="tsd-signature tsd-anchor-link" id="includes.includes-1">includes<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#includes.includes-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1147. <li class="tsd-description">
  1148. <div class="tsd-comment tsd-typography"><p>True if a value exists within this <code>Collection</code>, using <code>Immutable.is</code>
  1149. to determine equality</p>
  1150. <h3>Alias</h3><p>contains</p>
  1151. </div>
  1152. <div class="tsd-parameters">
  1153. <h4 class="tsd-parameters-title">Parameters</h4>
  1154. <ul class="tsd-parameter-list">
  1155. <li>
  1156. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  1157. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
  1158. <p>Inherited from Collection.Keyed.includes</p>
  1159. <ul>
  1160. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3969</li></ul></aside></li></ul></section>
  1161. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="isEmpty" class="tsd-anchor"></a>
  1162. <h3 class="tsd-anchor-link"><span>is<wbr/>Empty</span><a href="#isEmpty" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1163. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1164. <li class="tsd-signature tsd-anchor-link" id="isEmpty.isEmpty-1">is<wbr/>Empty<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isEmpty.isEmpty-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1165. <li class="tsd-description">
  1166. <div class="tsd-comment tsd-typography"><p>Returns true if this Collection includes no values.</p>
  1167. <p>For some lazy <code>Seq</code>, <code>isEmpty</code> might need to iterate to determine
  1168. emptiness. At most one iteration will occur.</p>
  1169. </div>
  1170. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
  1171. <p>Inherited from Collection.Keyed.isEmpty</p>
  1172. <ul>
  1173. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4649</li></ul></aside></li></ul></section>
  1174. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="isSubset" class="tsd-anchor"></a>
  1175. <h3 class="tsd-anchor-link"><span>is<wbr/>Subset</span><a href="#isSubset" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1176. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1177. <li class="tsd-signature tsd-anchor-link" id="isSubset.isSubset-1">is<wbr/>Subset<span class="tsd-signature-symbol">(</span>iter<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isSubset.isSubset-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1178. <li class="tsd-description">
  1179. <div class="tsd-comment tsd-typography"><p>True if <code>iter</code> includes every value in this Collection.</p>
  1180. </div>
  1181. <div class="tsd-parameters">
  1182. <h4 class="tsd-parameters-title">Parameters</h4>
  1183. <ul class="tsd-parameter-list">
  1184. <li>
  1185. <h5>iter: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1186. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
  1187. <p>Inherited from Collection.Keyed.isSubset</p>
  1188. <ul>
  1189. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4828</li></ul></aside></li></ul></section>
  1190. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="isSuperset" class="tsd-anchor"></a>
  1191. <h3 class="tsd-anchor-link"><span>is<wbr/>Superset</span><a href="#isSuperset" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1192. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1193. <li class="tsd-signature tsd-anchor-link" id="isSuperset.isSuperset-1">is<wbr/>Superset<span class="tsd-signature-symbol">(</span>iter<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isSuperset.isSuperset-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1194. <li class="tsd-description">
  1195. <div class="tsd-comment tsd-typography"><p>True if this Collection includes every value in <code>iter</code>.</p>
  1196. </div>
  1197. <div class="tsd-parameters">
  1198. <h4 class="tsd-parameters-title">Parameters</h4>
  1199. <ul class="tsd-parameter-list">
  1200. <li>
  1201. <h5>iter: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1202. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
  1203. <p>Inherited from Collection.Keyed.isSuperset</p>
  1204. <ul>
  1205. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4833</li></ul></aside></li></ul></section>
  1206. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="join" class="tsd-anchor"></a>
  1207. <h3 class="tsd-anchor-link"><span>join</span><a href="#join" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1208. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1209. <li class="tsd-signature tsd-anchor-link" id="join.join-1">join<span class="tsd-signature-symbol">(</span>separator<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#join.join-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1210. <li class="tsd-description">
  1211. <div class="tsd-comment tsd-typography"><p>Joins values together as a string, inserting a separator between each.
  1212. The default separator is <code>&quot;,&quot;</code>.</p>
  1213. </div>
  1214. <div class="tsd-parameters">
  1215. <h4 class="tsd-parameters-title">Parameters</h4>
  1216. <ul class="tsd-parameter-list">
  1217. <li>
  1218. <h5><code class="tsd-tag ts-flagOptional">Optional</code> separator: <span class="tsd-signature-type">string</span></h5></li></ul></div>
  1219. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
  1220. <p>Inherited from Collection.Keyed.join</p>
  1221. <ul>
  1222. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4641</li></ul></aside></li></ul></section>
  1223. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="keyOf" class="tsd-anchor"></a>
  1224. <h3 class="tsd-anchor-link"><span>key<wbr/>Of</span><a href="#keyOf" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1225. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1226. <li class="tsd-signature tsd-anchor-link" id="keyOf.keyOf-1">key<wbr/>Of<span class="tsd-signature-symbol">(</span>searchValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><a href="#keyOf.keyOf-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1227. <li class="tsd-description">
  1228. <div class="tsd-comment tsd-typography"><p>Returns the key associated with the search value, or undefined.</p>
  1229. </div>
  1230. <div class="tsd-parameters">
  1231. <h4 class="tsd-parameters-title">Parameters</h4>
  1232. <ul class="tsd-parameter-list">
  1233. <li>
  1234. <h5>searchValue: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  1235. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h4><aside class="tsd-sources">
  1236. <p>Inherited from Collection.Keyed.keyOf</p>
  1237. <ul>
  1238. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4742</li></ul></aside></li></ul></section>
  1239. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="keySeq" class="tsd-anchor"></a>
  1240. <h3 class="tsd-anchor-link"><span>key<wbr/>Seq</span><a href="#keySeq" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1241. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1242. <li class="tsd-signature tsd-anchor-link" id="keySeq.keySeq-1">key<wbr/>Seq<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Indexed-5.html" class="tsd-signature-type" data-tsd-kind="Function">Indexed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">&gt;</span><a href="#keySeq.keySeq-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1243. <li class="tsd-description">
  1244. <div class="tsd-comment tsd-typography"><p>Returns a new Seq.Indexed of the keys of this Collection,
  1245. discarding values.</p>
  1246. </div>
  1247. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Indexed-5.html" class="tsd-signature-type" data-tsd-kind="Function">Indexed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1248. <p>Inherited from Collection.Keyed.keySeq</p>
  1249. <ul>
  1250. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4219</li></ul></aside></li></ul></section>
  1251. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="keys" class="tsd-anchor"></a>
  1252. <h3 class="tsd-anchor-link"><span>keys</span><a href="#keys" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1253. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1254. <li class="tsd-signature tsd-anchor-link" id="keys.keys-1">keys<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.IterableIterator.html" class="tsd-signature-type" data-tsd-kind="Interface">IterableIterator</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">&gt;</span><a href="#keys.keys-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1255. <li class="tsd-description">
  1256. <div class="tsd-comment tsd-typography"><p>An iterator of this <code>Collection</code>&#39;s keys.</p>
  1257. <p>Note: this will return an ES6 iterator which does not support
  1258. Immutable.js sequence algorithms. Use <code>keySeq</code> instead, if this is
  1259. what you want.</p>
  1260. </div>
  1261. <h4 class="tsd-returns-title">Returns <a href="RcsbFv3DAssembly._internal_.IterableIterator.html" class="tsd-signature-type" data-tsd-kind="Interface">IterableIterator</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1262. <p>Inherited from Collection.Keyed.keys</p>
  1263. <ul>
  1264. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4191</li></ul></aside></li></ul></section>
  1265. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="last" class="tsd-anchor"></a>
  1266. <h3 class="tsd-anchor-link"><span>last</span><a href="#last" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1267. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1268. <li class="tsd-signature tsd-anchor-link" id="last.last-1">last<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>notSetValue<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span><a href="#last.last-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1269. <li class="tsd-description">
  1270. <div class="tsd-comment tsd-typography"><p>In case the <code>Collection</code> is not empty returns the last element of the
  1271. <code>Collection</code>.
  1272. In case the <code>Collection</code> is empty returns the optional default
  1273. value if provided, if no default value is provided returns undefined.</p>
  1274. </div>
  1275. <div class="tsd-type-parameters">
  1276. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  1277. <ul class="tsd-type-parameters">
  1278. <li>
  1279. <h4>NSV = <span class="tsd-signature-type">undefined</span></h4></li></ul></div>
  1280. <div class="tsd-parameters">
  1281. <h4 class="tsd-parameters-title">Parameters</h4>
  1282. <ul class="tsd-parameter-list">
  1283. <li>
  1284. <h5><code class="tsd-tag ts-flagOptional">Optional</code> notSetValue: <span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span></h5></li></ul></div>
  1285. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">NSV</span></h4><aside class="tsd-sources">
  1286. <p>Inherited from Collection.Keyed.last</p>
  1287. <ul>
  1288. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3986</li></ul></aside></li></ul></section>
  1289. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="lastKeyOf" class="tsd-anchor"></a>
  1290. <h3 class="tsd-anchor-link"><span>last<wbr/>Key<wbr/>Of</span><a href="#lastKeyOf" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1291. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1292. <li class="tsd-signature tsd-anchor-link" id="lastKeyOf.lastKeyOf-1">last<wbr/>Key<wbr/>Of<span class="tsd-signature-symbol">(</span>searchValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><a href="#lastKeyOf.lastKeyOf-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1293. <li class="tsd-description">
  1294. <div class="tsd-comment tsd-typography"><p>Returns the last key associated with the search value, or undefined.</p>
  1295. </div>
  1296. <div class="tsd-parameters">
  1297. <h4 class="tsd-parameters-title">Parameters</h4>
  1298. <ul class="tsd-parameter-list">
  1299. <li>
  1300. <h5>searchValue: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  1301. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h4><aside class="tsd-sources">
  1302. <p>Inherited from Collection.Keyed.lastKeyOf</p>
  1303. <ul>
  1304. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4747</li></ul></aside></li></ul></section>
  1305. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="map" class="tsd-anchor"></a>
  1306. <h3 class="tsd-anchor-link"><span>map</span><a href="#map" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1307. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  1308. <li class="tsd-signature tsd-anchor-link" id="map.map-1">map<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>mapper<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">&gt;</span><a href="#map.map-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1309. <li class="tsd-description">
  1310. <div class="tsd-comment tsd-typography"><p>Returns a new Map with values passed through a
  1311. <code>mapper</code> function.</p>
  1312. <pre><code><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-8">1</span><span class="hl-1">, </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-8">2</span><span class="hl-1"> }).</span><span class="hl-6">map</span><span class="hl-1">(</span><span class="hl-0">x</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-8">10</span><span class="hl-1"> * </span><span class="hl-0">x</span><span class="hl-1">)</span><br/><span class="hl-9">// Map { a: 10, b: 20 }</span>
  1313. </code></pre>
  1314. </div>
  1315. <div class="tsd-type-parameters">
  1316. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  1317. <ul class="tsd-type-parameters">
  1318. <li>
  1319. <h4>M</h4></li></ul></div>
  1320. <div class="tsd-parameters">
  1321. <h4 class="tsd-parameters-title">Parameters</h4>
  1322. <ul class="tsd-parameter-list">
  1323. <li>
  1324. <h5>mapper: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">)</span></h5>
  1325. <ul class="tsd-parameters">
  1326. <li class="tsd-parameter-signature">
  1327. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1328. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span></li>
  1329. <li class="tsd-description">
  1330. <div class="tsd-parameters">
  1331. <h4 class="tsd-parameters-title">Parameters</h4>
  1332. <ul class="tsd-parameter-list">
  1333. <li>
  1334. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  1335. <li>
  1336. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  1337. <li>
  1338. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1339. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span></h4></li></ul></li></ul></li>
  1340. <li>
  1341. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  1342. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1343. <p>Overrides Collection.Keyed.map</p>
  1344. <ul>
  1345. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1358</li></ul></aside></li></ul></section>
  1346. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="mapEntries" class="tsd-anchor"></a>
  1347. <h3 class="tsd-anchor-link"><span>map<wbr/>Entries</span><a href="#mapEntries" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1348. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  1349. <li class="tsd-signature tsd-anchor-link" id="mapEntries.mapEntries-1">map<wbr/>Entries<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>mapper<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>entry<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">&gt;</span><a href="#mapEntries.mapEntries-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1350. <li class="tsd-description">
  1351. <div class="tsd-comment tsd-typography">
  1352. <h3>See</h3><p>Collection.Keyed.mapEntries</p>
  1353. </div>
  1354. <div class="tsd-type-parameters">
  1355. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  1356. <ul class="tsd-type-parameters">
  1357. <li>
  1358. <h4>KM</h4></li>
  1359. <li>
  1360. <h4>VM</h4></li></ul></div>
  1361. <div class="tsd-parameters">
  1362. <h4 class="tsd-parameters-title">Parameters</h4>
  1363. <ul class="tsd-parameter-list">
  1364. <li>
  1365. <h5>mapper: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>entry<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">)</span></h5>
  1366. <ul class="tsd-parameters">
  1367. <li class="tsd-parameter-signature">
  1368. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1369. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>entry<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">]</span></li>
  1370. <li class="tsd-description">
  1371. <div class="tsd-parameters">
  1372. <h4 class="tsd-parameters-title">Parameters</h4>
  1373. <ul class="tsd-parameter-list">
  1374. <li>
  1375. <h5>entry: <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span></h5></li>
  1376. <li>
  1377. <h5>index: <span class="tsd-signature-type">number</span></h5></li>
  1378. <li>
  1379. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1380. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">]</span></h4></li></ul></li></ul></li>
  1381. <li>
  1382. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  1383. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KM</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VM</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1384. <p>Overrides Collection.Keyed.mapEntries</p>
  1385. <ul>
  1386. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1374</li></ul></aside></li></ul></section>
  1387. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="mapKeys" class="tsd-anchor"></a>
  1388. <h3 class="tsd-anchor-link"><span>map<wbr/>Keys</span><a href="#mapKeys" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1389. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  1390. <li class="tsd-signature tsd-anchor-link" id="mapKeys.mapKeys-1">map<wbr/>Keys<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>mapper<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#mapKeys.mapKeys-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1391. <li class="tsd-description">
  1392. <div class="tsd-comment tsd-typography">
  1393. <h3>See</h3><p>Collection.Keyed.mapKeys</p>
  1394. </div>
  1395. <div class="tsd-type-parameters">
  1396. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  1397. <ul class="tsd-type-parameters">
  1398. <li>
  1399. <h4>M</h4></li></ul></div>
  1400. <div class="tsd-parameters">
  1401. <h4 class="tsd-parameters-title">Parameters</h4>
  1402. <ul class="tsd-parameter-list">
  1403. <li>
  1404. <h5>mapper: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">)</span></h5>
  1405. <ul class="tsd-parameters">
  1406. <li class="tsd-parameter-signature">
  1407. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1408. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span></li>
  1409. <li class="tsd-description">
  1410. <div class="tsd-parameters">
  1411. <h4 class="tsd-parameters-title">Parameters</h4>
  1412. <ul class="tsd-parameter-list">
  1413. <li>
  1414. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  1415. <li>
  1416. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  1417. <li>
  1418. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1419. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span></h4></li></ul></li></ul></li>
  1420. <li>
  1421. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  1422. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">M</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1423. <p>Overrides Collection.Keyed.mapKeys</p>
  1424. <ul>
  1425. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1366</li></ul></aside></li></ul></section>
  1426. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="max" class="tsd-anchor"></a>
  1427. <h3 class="tsd-anchor-link"><span>max</span><a href="#max" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1428. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1429. <li class="tsd-signature tsd-anchor-link" id="max.max-1">max<span class="tsd-signature-symbol">(</span>comparator<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><a href="#max.max-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1430. <li class="tsd-description">
  1431. <div class="tsd-comment tsd-typography"><p>Returns the maximum value in this collection. If any values are
  1432. comparatively equivalent, the first one found will be returned.</p>
  1433. <p>The <code>comparator</code> is used in the same way as <code>Collection#sort</code>. If it is not
  1434. provided, the default comparator is <code>&gt;</code>.</p>
  1435. <p>When two values are considered equivalent, the first encountered will be
  1436. returned. Otherwise, <code>max</code> will operate independent of the order of input
  1437. as long as the comparator is commutative. The default comparator <code>&gt;</code> is
  1438. commutative <em>only</em> when types do not differ.</p>
  1439. <p>If <code>comparator</code> returns 0 and either value is NaN, undefined, or null,
  1440. that value will be returned.</p>
  1441. </div>
  1442. <div class="tsd-parameters">
  1443. <h4 class="tsd-parameters-title">Parameters</h4>
  1444. <ul class="tsd-parameter-list">
  1445. <li>
  1446. <h5><code class="tsd-tag ts-flagOptional">Optional</code> comparator: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span></h5>
  1447. <ul class="tsd-parameters">
  1448. <li class="tsd-parameter-signature">
  1449. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1450. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
  1451. <li class="tsd-description">
  1452. <div class="tsd-parameters">
  1453. <h4 class="tsd-parameters-title">Parameters</h4>
  1454. <ul class="tsd-parameter-list">
  1455. <li>
  1456. <h5>valueA: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  1457. <li>
  1458. <h5>valueB: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  1459. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4></li></ul></li></ul></li></ul></div>
  1460. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h4><aside class="tsd-sources">
  1461. <p>Inherited from Collection.Keyed.max</p>
  1462. <ul>
  1463. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4764</li></ul></aside></li></ul></section>
  1464. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="maxBy" class="tsd-anchor"></a>
  1465. <h3 class="tsd-anchor-link"><span>max<wbr/>By</span><a href="#maxBy" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1466. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1467. <li class="tsd-signature tsd-anchor-link" id="maxBy.maxBy-1">max<wbr/>By<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>comparatorValueMapper<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span>, comparator<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><a href="#maxBy.maxBy-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1468. <li class="tsd-description">
  1469. <div class="tsd-comment tsd-typography"><p>Like <code>max</code>, but also accepts a <code>comparatorValueMapper</code> which allows for
  1470. comparing by more sophisticated means:</p>
  1471. <!-- runkit:activate -->
  1472. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">List</span><span class="hl-1">, } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">);</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">l</span><span class="hl-1"> = </span><span class="hl-6">List</span><span class="hl-1">([</span><br/><span class="hl-1"> { </span><span class="hl-0">name:</span><span class="hl-1"> </span><span class="hl-4">&#39;Bob&#39;</span><span class="hl-1">, </span><span class="hl-0">avgHit:</span><span class="hl-1"> </span><span class="hl-8">1</span><span class="hl-1"> },</span><br/><span class="hl-1"> { </span><span class="hl-0">name:</span><span class="hl-1"> </span><span class="hl-4">&#39;Max&#39;</span><span class="hl-1">, </span><span class="hl-0">avgHit:</span><span class="hl-1"> </span><span class="hl-8">3</span><span class="hl-1"> },</span><br/><span class="hl-1"> { </span><span class="hl-0">name:</span><span class="hl-1"> </span><span class="hl-4">&#39;Lili&#39;</span><span class="hl-1">, </span><span class="hl-0">avgHit:</span><span class="hl-1"> </span><span class="hl-8">2</span><span class="hl-1"> } ,</span><br/><span class="hl-1">]);</span><br/><span class="hl-0">l</span><span class="hl-1">.</span><span class="hl-6">maxBy</span><span class="hl-1">(</span><span class="hl-0">i</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">i</span><span class="hl-1">.</span><span class="hl-0">avgHit</span><span class="hl-1">); </span><span class="hl-9">// will output { name: &#39;Max&#39;, avgHit: 3 }</span>
  1473. </code></pre>
  1474. </div>
  1475. <div class="tsd-type-parameters">
  1476. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  1477. <ul class="tsd-type-parameters">
  1478. <li>
  1479. <h4>C</h4></li></ul></div>
  1480. <div class="tsd-parameters">
  1481. <h4 class="tsd-parameters-title">Parameters</h4>
  1482. <ul class="tsd-parameter-list">
  1483. <li>
  1484. <h5>comparatorValueMapper: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span></h5>
  1485. <ul class="tsd-parameters">
  1486. <li class="tsd-parameter-signature">
  1487. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1488. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span></li>
  1489. <li class="tsd-description">
  1490. <div class="tsd-parameters">
  1491. <h4 class="tsd-parameters-title">Parameters</h4>
  1492. <ul class="tsd-parameter-list">
  1493. <li>
  1494. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  1495. <li>
  1496. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  1497. <li>
  1498. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1499. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span></h4></li></ul></li></ul></li>
  1500. <li>
  1501. <h5><code class="tsd-tag ts-flagOptional">Optional</code> comparator: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span></h5>
  1502. <ul class="tsd-parameters">
  1503. <li class="tsd-parameter-signature">
  1504. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1505. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
  1506. <li class="tsd-description">
  1507. <div class="tsd-parameters">
  1508. <h4 class="tsd-parameters-title">Parameters</h4>
  1509. <ul class="tsd-parameter-list">
  1510. <li>
  1511. <h5>valueA: <span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span></h5></li>
  1512. <li>
  1513. <h5>valueB: <span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span></h5></li></ul></div>
  1514. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4></li></ul></li></ul></li></ul></div>
  1515. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h4><aside class="tsd-sources">
  1516. <p>Inherited from Collection.Keyed.maxBy</p>
  1517. <ul>
  1518. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4781</li></ul></aside></li></ul></section>
  1519. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="merge" class="tsd-anchor"></a>
  1520. <h3 class="tsd-anchor-link"><span>merge</span><a href="#merge" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1521. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  1522. <li class="tsd-signature tsd-anchor-link" id="merge.merge-1">merge<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KC</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VC</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>collections<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KC</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VC</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KC</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VC</span><span class="tsd-signature-symbol">&gt;</span><a href="#merge.merge-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1523. <li class="tsd-description">
  1524. <div class="tsd-comment tsd-typography"><p>Returns a new Map resulting from merging the provided Collections
  1525. (or JS objects) into this Map. In other words, this takes each entry of
  1526. each collection and sets it on this Map.</p>
  1527. <p>Note: Values provided to <code>merge</code> are shallowly converted before being
  1528. merged. No nested values are altered.</p>
  1529. <!-- runkit:activate -->
  1530. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">one</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-8">10</span><span class="hl-1">, </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-8">20</span><span class="hl-1">, </span><span class="hl-0">c:</span><span class="hl-1"> </span><span class="hl-8">30</span><span class="hl-1"> })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">two</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-8">40</span><span class="hl-1">, </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-8">50</span><span class="hl-1">, </span><span class="hl-0">d:</span><span class="hl-1"> </span><span class="hl-8">60</span><span class="hl-1"> })</span><br/><span class="hl-0">one</span><span class="hl-1">.</span><span class="hl-6">merge</span><span class="hl-1">(</span><span class="hl-0">two</span><span class="hl-1">) </span><span class="hl-9">// Map { &quot;a&quot;: 50, &quot;b&quot;: 40, &quot;c&quot;: 30, &quot;d&quot;: 60 }</span><br/><span class="hl-0">two</span><span class="hl-1">.</span><span class="hl-6">merge</span><span class="hl-1">(</span><span class="hl-0">one</span><span class="hl-1">) </span><span class="hl-9">// Map { &quot;b&quot;: 20, &quot;a&quot;: 10, &quot;d&quot;: 60, &quot;c&quot;: 30 }</span>
  1531. </code></pre>
  1532. <p>Note: <code>merge</code> can be used in <code>withMutations</code>.</p>
  1533. <h3>Alias</h3><p>concat</p>
  1534. </div>
  1535. <div class="tsd-type-parameters">
  1536. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  1537. <ul class="tsd-type-parameters">
  1538. <li>
  1539. <h4>KC</h4></li>
  1540. <li>
  1541. <h4>VC</h4></li></ul></div>
  1542. <div class="tsd-parameters">
  1543. <h4 class="tsd-parameters-title">Parameters</h4>
  1544. <ul class="tsd-parameter-list">
  1545. <li>
  1546. <h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span>collections: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KC</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VC</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
  1547. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">KC</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">VC</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1548. <ul>
  1549. <li>Defined in node_modules/immutable/dist/immutable.d.ts:981</li></ul></aside></li>
  1550. <li class="tsd-signature tsd-anchor-link" id="merge.merge-2">merge<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>collections<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span><a href="#merge.merge-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1551. <li class="tsd-description">
  1552. <div class="tsd-type-parameters">
  1553. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  1554. <ul class="tsd-type-parameters">
  1555. <li>
  1556. <h4>C</h4></li></ul></div>
  1557. <div class="tsd-parameters">
  1558. <h4 class="tsd-parameters-title">Parameters</h4>
  1559. <ul class="tsd-parameter-list">
  1560. <li>
  1561. <h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span>collections: <span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
  1562. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1563. <ul>
  1564. <li>Defined in node_modules/immutable/dist/immutable.d.ts:984</li></ul></aside></li></ul></section>
  1565. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="mergeDeep" class="tsd-anchor"></a>
  1566. <h3 class="tsd-anchor-link"><span>merge<wbr/>Deep</span><a href="#mergeDeep" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1567. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  1568. <li class="tsd-signature tsd-anchor-link" id="mergeDeep.mergeDeep-1">merge<wbr/>Deep<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>collections<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#mergeDeep.mergeDeep-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1569. <li class="tsd-description">
  1570. <div class="tsd-comment tsd-typography"><p>Like <code>merge()</code>, but when two compatible collections are encountered with
  1571. the same key, it merges them as well, recursing deeply through the nested
  1572. data. Two collections are considered to be compatible (and thus will be
  1573. merged together) if they both fall into one of three categories: keyed
  1574. (e.g., <code>Map</code>s, <code>Record</code>s, and objects), indexed (e.g., <code>List</code>s and
  1575. arrays), or set-like (e.g., <code>Set</code>s). If they fall into separate
  1576. categories, <code>mergeDeep</code> will replace the existing collection with the
  1577. collection being merged in. This behavior can be customized by using
  1578. <code>mergeDeepWith()</code>.</p>
  1579. <p>Note: Indexed and set-like collections are merged using
  1580. <code>concat()</code>/<code>union()</code> and therefore do not recurse.</p>
  1581. <!-- runkit:activate -->
  1582. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">one</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">x:</span><span class="hl-1"> </span><span class="hl-8">10</span><span class="hl-1">, </span><span class="hl-0">y:</span><span class="hl-1"> </span><span class="hl-8">10</span><span class="hl-1"> }), </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">x:</span><span class="hl-1"> </span><span class="hl-8">20</span><span class="hl-1">, </span><span class="hl-0">y:</span><span class="hl-1"> </span><span class="hl-8">50</span><span class="hl-1"> }) })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">two</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">x:</span><span class="hl-1"> </span><span class="hl-8">2</span><span class="hl-1"> }), </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">y:</span><span class="hl-1"> </span><span class="hl-8">5</span><span class="hl-1"> }), </span><span class="hl-0">c:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">z:</span><span class="hl-1"> </span><span class="hl-8">3</span><span class="hl-1"> }) })</span><br/><span class="hl-0">one</span><span class="hl-1">.</span><span class="hl-6">mergeDeep</span><span class="hl-1">(</span><span class="hl-0">two</span><span class="hl-1">)</span><br/><span class="hl-9">// Map {</span><br/><span class="hl-9">// &quot;a&quot;: Map { &quot;x&quot;: 2, &quot;y&quot;: 10 },</span><br/><span class="hl-9">// &quot;b&quot;: Map { &quot;x&quot;: 20, &quot;y&quot;: 5 },</span><br/><span class="hl-9">// &quot;c&quot;: Map { &quot;z&quot;: 3 }</span><br/><span class="hl-9">// }</span>
  1583. </code></pre>
  1584. <p>Note: <code>mergeDeep</code> can be used in <code>withMutations</code>.</p>
  1585. </div>
  1586. <div class="tsd-parameters">
  1587. <h4 class="tsd-parameters-title">Parameters</h4>
  1588. <ul class="tsd-parameter-list">
  1589. <li>
  1590. <h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span>collections: <span class="tsd-signature-symbol">(</span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
  1591. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1592. <ul>
  1593. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1046</li></ul></aside></li></ul></section>
  1594. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="mergeDeepIn" class="tsd-anchor"></a>
  1595. <h3 class="tsd-anchor-link"><span>merge<wbr/>Deep<wbr/>In</span><a href="#mergeDeepIn" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1596. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  1597. <li class="tsd-signature tsd-anchor-link" id="mergeDeepIn.mergeDeepIn-1">merge<wbr/>Deep<wbr/>In<span class="tsd-signature-symbol">(</span>keyPath<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span>, <span class="tsd-signature-symbol">...</span>collections<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#mergeDeepIn.mergeDeepIn-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1598. <li class="tsd-description">
  1599. <div class="tsd-comment tsd-typography"><p>A combination of <code>updateIn</code> and <code>mergeDeep</code>, returning a new Map, but
  1600. performing the deep merge at a point arrived at by following the keyPath.
  1601. In other words, these two lines are equivalent:</p>
  1602. <pre><code class="language-js"><span class="hl-0">map</span><span class="hl-1">.</span><span class="hl-6">updateIn</span><span class="hl-1">([</span><span class="hl-4">&#39;a&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;b&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;c&#39;</span><span class="hl-1">], </span><span class="hl-0">abc</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">abc</span><span class="hl-1">.</span><span class="hl-6">mergeDeep</span><span class="hl-1">(</span><span class="hl-0">y</span><span class="hl-1">))</span><br/><span class="hl-0">map</span><span class="hl-1">.</span><span class="hl-6">mergeDeepIn</span><span class="hl-1">([</span><span class="hl-4">&#39;a&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;b&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;c&#39;</span><span class="hl-1">], </span><span class="hl-0">y</span><span class="hl-1">)</span>
  1603. </code></pre>
  1604. <p>Note: <code>mergeDeepIn</code> can be used in <code>withMutations</code>.</p>
  1605. </div>
  1606. <div class="tsd-parameters">
  1607. <h4 class="tsd-parameters-title">Parameters</h4>
  1608. <ul class="tsd-parameter-list">
  1609. <li>
  1610. <h5>keyPath: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h5></li>
  1611. <li>
  1612. <h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span>collections: <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
  1613. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1614. <ul>
  1615. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1270</li></ul></aside></li></ul></section>
  1616. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="mergeDeepWith" class="tsd-anchor"></a>
  1617. <h3 class="tsd-anchor-link"><span>merge<wbr/>Deep<wbr/>With</span><a href="#mergeDeepWith" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1618. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  1619. <li class="tsd-signature tsd-anchor-link" id="mergeDeepWith.mergeDeepWith-1">merge<wbr/>Deep<wbr/>With<span class="tsd-signature-symbol">(</span>merger<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>oldVal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span>, newVal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span>, <span class="tsd-signature-symbol">...</span>collections<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#mergeDeepWith.mergeDeepWith-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1620. <li class="tsd-description">
  1621. <div class="tsd-comment tsd-typography"><p>Like <code>mergeDeep()</code>, but when two non-collections or incompatible
  1622. collections are encountered at the same key, it uses the <code>merger</code>
  1623. function to determine the resulting value. Collections are considered
  1624. incompatible if they fall into separate categories between keyed,
  1625. indexed, and set-like.</p>
  1626. <!-- runkit:activate -->
  1627. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">one</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">x:</span><span class="hl-1"> </span><span class="hl-8">10</span><span class="hl-1">, </span><span class="hl-0">y:</span><span class="hl-1"> </span><span class="hl-8">10</span><span class="hl-1"> }), </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">x:</span><span class="hl-1"> </span><span class="hl-8">20</span><span class="hl-1">, </span><span class="hl-0">y:</span><span class="hl-1"> </span><span class="hl-8">50</span><span class="hl-1"> }) })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">two</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">x:</span><span class="hl-1"> </span><span class="hl-8">2</span><span class="hl-1"> }), </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">y:</span><span class="hl-1"> </span><span class="hl-8">5</span><span class="hl-1"> }), </span><span class="hl-0">c:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">z:</span><span class="hl-1"> </span><span class="hl-8">3</span><span class="hl-1"> }) })</span><br/><span class="hl-0">one</span><span class="hl-1">.</span><span class="hl-6">mergeDeepWith</span><span class="hl-1">((</span><span class="hl-0">oldVal</span><span class="hl-1">, </span><span class="hl-0">newVal</span><span class="hl-1">) </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">oldVal</span><span class="hl-1"> / </span><span class="hl-0">newVal</span><span class="hl-1">, </span><span class="hl-0">two</span><span class="hl-1">)</span><br/><span class="hl-9">// Map {</span><br/><span class="hl-9">// &quot;a&quot;: Map { &quot;x&quot;: 5, &quot;y&quot;: 10 },</span><br/><span class="hl-9">// &quot;b&quot;: Map { &quot;x&quot;: 20, &quot;y&quot;: 10 },</span><br/><span class="hl-9">// &quot;c&quot;: Map { &quot;z&quot;: 3 }</span><br/><span class="hl-9">// }</span>
  1628. </code></pre>
  1629. <p>Note: <code>mergeDeepWith</code> can be used in <code>withMutations</code>.</p>
  1630. </div>
  1631. <div class="tsd-parameters">
  1632. <h4 class="tsd-parameters-title">Parameters</h4>
  1633. <ul class="tsd-parameter-list">
  1634. <li>
  1635. <h5>merger: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>oldVal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span>, newVal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span></h5>
  1636. <ul class="tsd-parameters">
  1637. <li class="tsd-parameter-signature">
  1638. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1639. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>oldVal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span>, newVal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span></li>
  1640. <li class="tsd-description">
  1641. <div class="tsd-parameters">
  1642. <h4 class="tsd-parameters-title">Parameters</h4>
  1643. <ul class="tsd-parameter-list">
  1644. <li>
  1645. <h5>oldVal: <span class="tsd-signature-type">unknown</span></h5></li>
  1646. <li>
  1647. <h5>newVal: <span class="tsd-signature-type">unknown</span></h5></li>
  1648. <li>
  1649. <h5>key: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  1650. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">unknown</span></h4></li></ul></li></ul></li>
  1651. <li>
  1652. <h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span>collections: <span class="tsd-signature-symbol">(</span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
  1653. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1654. <ul>
  1655. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1072</li></ul></aside></li></ul></section>
  1656. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="mergeIn" class="tsd-anchor"></a>
  1657. <h3 class="tsd-anchor-link"><span>merge<wbr/>In</span><a href="#mergeIn" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1658. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  1659. <li class="tsd-signature tsd-anchor-link" id="mergeIn.mergeIn-1">merge<wbr/>In<span class="tsd-signature-symbol">(</span>keyPath<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span>, <span class="tsd-signature-symbol">...</span>collections<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#mergeIn.mergeIn-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1660. <li class="tsd-description">
  1661. <div class="tsd-comment tsd-typography"><p>A combination of <code>updateIn</code> and <code>merge</code>, returning a new Map, but
  1662. performing the merge at a point arrived at by following the keyPath.
  1663. In other words, these two lines are equivalent:</p>
  1664. <pre><code class="language-js"><span class="hl-0">map</span><span class="hl-1">.</span><span class="hl-6">updateIn</span><span class="hl-1">([</span><span class="hl-4">&#39;a&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;b&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;c&#39;</span><span class="hl-1">], </span><span class="hl-0">abc</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">abc</span><span class="hl-1">.</span><span class="hl-6">merge</span><span class="hl-1">(</span><span class="hl-0">y</span><span class="hl-1">))</span><br/><span class="hl-0">map</span><span class="hl-1">.</span><span class="hl-6">mergeIn</span><span class="hl-1">([</span><span class="hl-4">&#39;a&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;b&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;c&#39;</span><span class="hl-1">], </span><span class="hl-0">y</span><span class="hl-1">)</span>
  1665. </code></pre>
  1666. <p>Note: <code>mergeIn</code> can be used in <code>withMutations</code>.</p>
  1667. </div>
  1668. <div class="tsd-parameters">
  1669. <h4 class="tsd-parameters-title">Parameters</h4>
  1670. <ul class="tsd-parameter-list">
  1671. <li>
  1672. <h5>keyPath: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h5></li>
  1673. <li>
  1674. <h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span>collections: <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
  1675. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1676. <ul>
  1677. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1256</li></ul></aside></li></ul></section>
  1678. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="mergeWith" class="tsd-anchor"></a>
  1679. <h3 class="tsd-anchor-link"><span>merge<wbr/>With</span><a href="#mergeWith" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1680. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  1681. <li class="tsd-signature tsd-anchor-link" id="mergeWith.mergeWith-1">merge<wbr/>With<span class="tsd-signature-symbol">(</span>merger<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>oldVal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, newVal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span>, <span class="tsd-signature-symbol">...</span>collections<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#mergeWith.mergeWith-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1682. <li class="tsd-description">
  1683. <div class="tsd-comment tsd-typography"><p>Like <code>merge()</code>, <code>mergeWith()</code> returns a new Map resulting from merging
  1684. the provided Collections (or JS objects) into this Map, but uses the
  1685. <code>merger</code> function for dealing with conflicts.</p>
  1686. <!-- runkit:activate -->
  1687. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">one</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-8">10</span><span class="hl-1">, </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-8">20</span><span class="hl-1">, </span><span class="hl-0">c:</span><span class="hl-1"> </span><span class="hl-8">30</span><span class="hl-1"> })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">two</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-8">40</span><span class="hl-1">, </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-8">50</span><span class="hl-1">, </span><span class="hl-0">d:</span><span class="hl-1"> </span><span class="hl-8">60</span><span class="hl-1"> })</span><br/><span class="hl-0">one</span><span class="hl-1">.</span><span class="hl-6">mergeWith</span><span class="hl-1">((</span><span class="hl-0">oldVal</span><span class="hl-1">, </span><span class="hl-0">newVal</span><span class="hl-1">) </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">oldVal</span><span class="hl-1"> / </span><span class="hl-0">newVal</span><span class="hl-1">, </span><span class="hl-0">two</span><span class="hl-1">)</span><br/><span class="hl-9">// { &quot;a&quot;: 0.2, &quot;b&quot;: 0.5, &quot;c&quot;: 30, &quot;d&quot;: 60 }</span><br/><span class="hl-0">two</span><span class="hl-1">.</span><span class="hl-6">mergeWith</span><span class="hl-1">((</span><span class="hl-0">oldVal</span><span class="hl-1">, </span><span class="hl-0">newVal</span><span class="hl-1">) </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">oldVal</span><span class="hl-1"> / </span><span class="hl-0">newVal</span><span class="hl-1">, </span><span class="hl-0">one</span><span class="hl-1">)</span><br/><span class="hl-9">// { &quot;b&quot;: 2, &quot;a&quot;: 5, &quot;d&quot;: 60, &quot;c&quot;: 30 }</span>
  1688. </code></pre>
  1689. <p>Note: <code>mergeWith</code> can be used in <code>withMutations</code>.</p>
  1690. </div>
  1691. <div class="tsd-parameters">
  1692. <h4 class="tsd-parameters-title">Parameters</h4>
  1693. <ul class="tsd-parameter-list">
  1694. <li>
  1695. <h5>merger: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>oldVal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, newVal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span></h5>
  1696. <ul class="tsd-parameters">
  1697. <li class="tsd-parameter-signature">
  1698. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1699. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>oldVal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, newVal<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></li>
  1700. <li class="tsd-description">
  1701. <div class="tsd-parameters">
  1702. <h4 class="tsd-parameters-title">Parameters</h4>
  1703. <ul class="tsd-parameter-list">
  1704. <li>
  1705. <h5>oldVal: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  1706. <li>
  1707. <h5>newVal: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  1708. <li>
  1709. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li></ul></div>
  1710. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h4></li></ul></li></ul></li>
  1711. <li>
  1712. <h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span>collections: <span class="tsd-signature-symbol">(</span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
  1713. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1714. <ul>
  1715. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1012</li></ul></aside></li></ul></section>
  1716. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="min" class="tsd-anchor"></a>
  1717. <h3 class="tsd-anchor-link"><span>min</span><a href="#min" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1718. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1719. <li class="tsd-signature tsd-anchor-link" id="min.min-1">min<span class="tsd-signature-symbol">(</span>comparator<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><a href="#min.min-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1720. <li class="tsd-description">
  1721. <div class="tsd-comment tsd-typography"><p>Returns the minimum value in this collection. If any values are
  1722. comparatively equivalent, the first one found will be returned.</p>
  1723. <p>The <code>comparator</code> is used in the same way as <code>Collection#sort</code>. If it is not
  1724. provided, the default comparator is <code>&lt;</code>.</p>
  1725. <p>When two values are considered equivalent, the first encountered will be
  1726. returned. Otherwise, <code>min</code> will operate independent of the order of input
  1727. as long as the comparator is commutative. The default comparator <code>&lt;</code> is
  1728. commutative <em>only</em> when types do not differ.</p>
  1729. <p>If <code>comparator</code> returns 0 and either value is NaN, undefined, or null,
  1730. that value will be returned.</p>
  1731. </div>
  1732. <div class="tsd-parameters">
  1733. <h4 class="tsd-parameters-title">Parameters</h4>
  1734. <ul class="tsd-parameter-list">
  1735. <li>
  1736. <h5><code class="tsd-tag ts-flagOptional">Optional</code> comparator: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span></h5>
  1737. <ul class="tsd-parameters">
  1738. <li class="tsd-parameter-signature">
  1739. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1740. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
  1741. <li class="tsd-description">
  1742. <div class="tsd-parameters">
  1743. <h4 class="tsd-parameters-title">Parameters</h4>
  1744. <ul class="tsd-parameter-list">
  1745. <li>
  1746. <h5>valueA: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  1747. <li>
  1748. <h5>valueB: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  1749. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4></li></ul></li></ul></li></ul></div>
  1750. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h4><aside class="tsd-sources">
  1751. <p>Inherited from Collection.Keyed.min</p>
  1752. <ul>
  1753. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4801</li></ul></aside></li></ul></section>
  1754. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="minBy" class="tsd-anchor"></a>
  1755. <h3 class="tsd-anchor-link"><span>min<wbr/>By</span><a href="#minBy" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1756. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1757. <li class="tsd-signature tsd-anchor-link" id="minBy.minBy-1">min<wbr/>By<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>comparatorValueMapper<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span>, comparator<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><a href="#minBy.minBy-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1758. <li class="tsd-description">
  1759. <div class="tsd-comment tsd-typography"><p>Like <code>min</code>, but also accepts a <code>comparatorValueMapper</code> which allows for
  1760. comparing by more sophisticated means:</p>
  1761. <!-- runkit:activate -->
  1762. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">List</span><span class="hl-1">, } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">);</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">l</span><span class="hl-1"> = </span><span class="hl-6">List</span><span class="hl-1">([</span><br/><span class="hl-1"> { </span><span class="hl-0">name:</span><span class="hl-1"> </span><span class="hl-4">&#39;Bob&#39;</span><span class="hl-1">, </span><span class="hl-0">avgHit:</span><span class="hl-1"> </span><span class="hl-8">1</span><span class="hl-1"> },</span><br/><span class="hl-1"> { </span><span class="hl-0">name:</span><span class="hl-1"> </span><span class="hl-4">&#39;Max&#39;</span><span class="hl-1">, </span><span class="hl-0">avgHit:</span><span class="hl-1"> </span><span class="hl-8">3</span><span class="hl-1"> },</span><br/><span class="hl-1"> { </span><span class="hl-0">name:</span><span class="hl-1"> </span><span class="hl-4">&#39;Lili&#39;</span><span class="hl-1">, </span><span class="hl-0">avgHit:</span><span class="hl-1"> </span><span class="hl-8">2</span><span class="hl-1"> } ,</span><br/><span class="hl-1">]);</span><br/><span class="hl-0">l</span><span class="hl-1">.</span><span class="hl-6">minBy</span><span class="hl-1">(</span><span class="hl-0">i</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">i</span><span class="hl-1">.</span><span class="hl-0">avgHit</span><span class="hl-1">); </span><span class="hl-9">// will output { name: &#39;Bob&#39;, avgHit: 1 }</span>
  1763. </code></pre>
  1764. </div>
  1765. <div class="tsd-type-parameters">
  1766. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  1767. <ul class="tsd-type-parameters">
  1768. <li>
  1769. <h4>C</h4></li></ul></div>
  1770. <div class="tsd-parameters">
  1771. <h4 class="tsd-parameters-title">Parameters</h4>
  1772. <ul class="tsd-parameter-list">
  1773. <li>
  1774. <h5>comparatorValueMapper: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span></h5>
  1775. <ul class="tsd-parameters">
  1776. <li class="tsd-parameter-signature">
  1777. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1778. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span></li>
  1779. <li class="tsd-description">
  1780. <div class="tsd-parameters">
  1781. <h4 class="tsd-parameters-title">Parameters</h4>
  1782. <ul class="tsd-parameter-list">
  1783. <li>
  1784. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  1785. <li>
  1786. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  1787. <li>
  1788. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1789. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span></h4></li></ul></li></ul></li>
  1790. <li>
  1791. <h5><code class="tsd-tag ts-flagOptional">Optional</code> comparator: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span></h5>
  1792. <ul class="tsd-parameters">
  1793. <li class="tsd-parameter-signature">
  1794. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1795. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
  1796. <li class="tsd-description">
  1797. <div class="tsd-parameters">
  1798. <h4 class="tsd-parameters-title">Parameters</h4>
  1799. <ul class="tsd-parameter-list">
  1800. <li>
  1801. <h5>valueA: <span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span></h5></li>
  1802. <li>
  1803. <h5>valueB: <span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span></h5></li></ul></div>
  1804. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4></li></ul></li></ul></li></ul></div>
  1805. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h4><aside class="tsd-sources">
  1806. <p>Inherited from Collection.Keyed.minBy</p>
  1807. <ul>
  1808. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4818</li></ul></aside></li></ul></section>
  1809. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="reduce" class="tsd-anchor"></a>
  1810. <h3 class="tsd-anchor-link"><span>reduce</span><a href="#reduce" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1811. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1812. <li class="tsd-signature tsd-anchor-link" id="reduce.reduce-1">reduce<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>reducer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>reduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">)</span>, initialReduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><a href="#reduce.reduce-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1813. <li class="tsd-description">
  1814. <div class="tsd-comment tsd-typography"><p>Reduces the Collection to a value by calling the <code>reducer</code> for every entry
  1815. in the Collection and passing along the reduced value.</p>
  1816. <p>If <code>initialReduction</code> is not provided, the first item in the
  1817. Collection will be used.</p>
  1818. <h3>See</h3><p><code>Array#reduce</code>.</p>
  1819. </div>
  1820. <div class="tsd-type-parameters">
  1821. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  1822. <ul class="tsd-type-parameters">
  1823. <li>
  1824. <h4>R</h4></li></ul></div>
  1825. <div class="tsd-parameters">
  1826. <h4 class="tsd-parameters-title">Parameters</h4>
  1827. <ul class="tsd-parameter-list">
  1828. <li>
  1829. <h5>reducer: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>reduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">)</span></h5>
  1830. <ul class="tsd-parameters">
  1831. <li class="tsd-parameter-signature">
  1832. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1833. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>reduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></li>
  1834. <li class="tsd-description">
  1835. <div class="tsd-parameters">
  1836. <h4 class="tsd-parameters-title">Parameters</h4>
  1837. <ul class="tsd-parameter-list">
  1838. <li>
  1839. <h5>reduction: <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h5></li>
  1840. <li>
  1841. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  1842. <li>
  1843. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  1844. <li>
  1845. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1846. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h4></li></ul></li></ul></li>
  1847. <li>
  1848. <h5>initialReduction: <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h5></li>
  1849. <li>
  1850. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  1851. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h4><aside class="tsd-sources">
  1852. <p>Inherited from Collection.Keyed.reduce</p>
  1853. <ul>
  1854. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4597</li></ul></aside></li>
  1855. <li class="tsd-signature tsd-anchor-link" id="reduce.reduce-2">reduce<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>reducer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>reduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><a href="#reduce.reduce-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1856. <li class="tsd-description">
  1857. <div class="tsd-type-parameters">
  1858. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  1859. <ul class="tsd-type-parameters">
  1860. <li>
  1861. <h4>R</h4></li></ul></div>
  1862. <div class="tsd-parameters">
  1863. <h4 class="tsd-parameters-title">Parameters</h4>
  1864. <ul class="tsd-parameter-list">
  1865. <li>
  1866. <h5>reducer: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>reduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">)</span></h5>
  1867. <ul class="tsd-parameters">
  1868. <li class="tsd-parameter-signature">
  1869. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1870. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>reduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></li>
  1871. <li class="tsd-description">
  1872. <div class="tsd-parameters">
  1873. <h4 class="tsd-parameters-title">Parameters</h4>
  1874. <ul class="tsd-parameter-list">
  1875. <li>
  1876. <h5>reduction: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h5></li>
  1877. <li>
  1878. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  1879. <li>
  1880. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  1881. <li>
  1882. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1883. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h4></li></ul></li></ul></li></ul></div>
  1884. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h4><aside class="tsd-sources">
  1885. <p>Inherited from Collection.Keyed.reduce</p>
  1886. <ul>
  1887. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4602</li></ul></aside></li></ul></section>
  1888. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="reduceRight" class="tsd-anchor"></a>
  1889. <h3 class="tsd-anchor-link"><span>reduce<wbr/>Right</span><a href="#reduceRight" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1890. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  1891. <li class="tsd-signature tsd-anchor-link" id="reduceRight.reduceRight-1">reduce<wbr/>Right<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>reducer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>reduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">)</span>, initialReduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><a href="#reduceRight.reduceRight-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1892. <li class="tsd-description">
  1893. <div class="tsd-comment tsd-typography"><p>Reduces the Collection in reverse (from the right side).</p>
  1894. <p>Note: Similar to this.reverse().reduce(), and provided for parity
  1895. with <code>Array#reduceRight</code>.</p>
  1896. </div>
  1897. <div class="tsd-type-parameters">
  1898. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  1899. <ul class="tsd-type-parameters">
  1900. <li>
  1901. <h4>R</h4></li></ul></div>
  1902. <div class="tsd-parameters">
  1903. <h4 class="tsd-parameters-title">Parameters</h4>
  1904. <ul class="tsd-parameter-list">
  1905. <li>
  1906. <h5>reducer: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>reduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">)</span></h5>
  1907. <ul class="tsd-parameters">
  1908. <li class="tsd-parameter-signature">
  1909. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1910. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>reduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></li>
  1911. <li class="tsd-description">
  1912. <div class="tsd-parameters">
  1913. <h4 class="tsd-parameters-title">Parameters</h4>
  1914. <ul class="tsd-parameter-list">
  1915. <li>
  1916. <h5>reduction: <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h5></li>
  1917. <li>
  1918. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  1919. <li>
  1920. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  1921. <li>
  1922. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1923. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h4></li></ul></li></ul></li>
  1924. <li>
  1925. <h5>initialReduction: <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h5></li>
  1926. <li>
  1927. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  1928. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h4><aside class="tsd-sources">
  1929. <p>Inherited from Collection.Keyed.reduceRight</p>
  1930. <ul>
  1931. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4612</li></ul></aside></li>
  1932. <li class="tsd-signature tsd-anchor-link" id="reduceRight.reduceRight-2">reduce<wbr/>Right<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>reducer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>reduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><a href="#reduceRight.reduceRight-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1933. <li class="tsd-description">
  1934. <div class="tsd-type-parameters">
  1935. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  1936. <ul class="tsd-type-parameters">
  1937. <li>
  1938. <h4>R</h4></li></ul></div>
  1939. <div class="tsd-parameters">
  1940. <h4 class="tsd-parameters-title">Parameters</h4>
  1941. <ul class="tsd-parameter-list">
  1942. <li>
  1943. <h5>reducer: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>reduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">)</span></h5>
  1944. <ul class="tsd-parameters">
  1945. <li class="tsd-parameter-signature">
  1946. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  1947. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>reduction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></li>
  1948. <li class="tsd-description">
  1949. <div class="tsd-parameters">
  1950. <h4 class="tsd-parameters-title">Parameters</h4>
  1951. <ul class="tsd-parameter-list">
  1952. <li>
  1953. <h5>reduction: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h5></li>
  1954. <li>
  1955. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  1956. <li>
  1957. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  1958. <li>
  1959. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1960. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h4></li></ul></li></ul></li></ul></div>
  1961. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h4><aside class="tsd-sources">
  1962. <p>Inherited from Collection.Keyed.reduceRight</p>
  1963. <ul>
  1964. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4617</li></ul></aside></li></ul></section>
  1965. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="remove" class="tsd-anchor"></a>
  1966. <h3 class="tsd-anchor-link"><span>remove</span><a href="#remove" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1967. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  1968. <li class="tsd-signature tsd-anchor-link" id="remove.remove-1">remove<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#remove.remove-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1969. <li class="tsd-description">
  1970. <div class="tsd-parameters">
  1971. <h4 class="tsd-parameters-title">Parameters</h4>
  1972. <ul class="tsd-parameter-list">
  1973. <li>
  1974. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li></ul></div>
  1975. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1976. <ul>
  1977. <li>Defined in node_modules/immutable/dist/immutable.d.ts:820</li></ul></aside></li></ul></section>
  1978. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="removeAll" class="tsd-anchor"></a>
  1979. <h3 class="tsd-anchor-link"><span>remove<wbr/>All</span><a href="#removeAll" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1980. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  1981. <li class="tsd-signature tsd-anchor-link" id="removeAll.removeAll-1">remove<wbr/>All<span class="tsd-signature-symbol">(</span>keys<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#removeAll.removeAll-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1982. <li class="tsd-description">
  1983. <div class="tsd-parameters">
  1984. <h4 class="tsd-parameters-title">Parameters</h4>
  1985. <ul class="tsd-parameter-list">
  1986. <li>
  1987. <h5>keys: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  1988. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  1989. <ul>
  1990. <li>Defined in node_modules/immutable/dist/immutable.d.ts:838</li></ul></aside></li></ul></section>
  1991. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="removeIn" class="tsd-anchor"></a>
  1992. <h3 class="tsd-anchor-link"><span>remove<wbr/>In</span><a href="#removeIn" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  1993. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  1994. <li class="tsd-signature tsd-anchor-link" id="removeIn.removeIn-1">remove<wbr/>In<span class="tsd-signature-symbol">(</span>keyPath<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#removeIn.removeIn-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  1995. <li class="tsd-description">
  1996. <div class="tsd-parameters">
  1997. <h4 class="tsd-parameters-title">Parameters</h4>
  1998. <ul class="tsd-parameter-list">
  1999. <li>
  2000. <h5>keyPath: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  2001. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2002. <ul>
  2003. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1156</li></ul></aside></li></ul></section>
  2004. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="rest" class="tsd-anchor"></a>
  2005. <h3 class="tsd-anchor-link"><span>rest</span><a href="#rest" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2006. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2007. <li class="tsd-signature tsd-anchor-link" id="rest.rest-1">rest<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#rest.rest-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2008. <li class="tsd-description">
  2009. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type containing all entries except
  2010. the first.</p>
  2011. </div>
  2012. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2013. <p>Inherited from Collection.Keyed.rest</p>
  2014. <ul>
  2015. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4435</li></ul></aside></li></ul></section>
  2016. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="reverse" class="tsd-anchor"></a>
  2017. <h3 class="tsd-anchor-link"><span>reverse</span><a href="#reverse" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2018. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2019. <li class="tsd-signature tsd-anchor-link" id="reverse.reverse-1">reverse<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#reverse.reverse-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2020. <li class="tsd-description">
  2021. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type in reverse order.</p>
  2022. </div>
  2023. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2024. <p>Inherited from Collection.Keyed.reverse</p>
  2025. <ul>
  2026. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4305</li></ul></aside></li></ul></section>
  2027. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="set" class="tsd-anchor"></a>
  2028. <h3 class="tsd-anchor-link"><span>set</span><a href="#set" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2029. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  2030. <li class="tsd-signature tsd-anchor-link" id="set.set-1">set<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#set.set-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2031. <li class="tsd-description">
  2032. <div class="tsd-comment tsd-typography"><p>Returns a new Map also containing the new key, value pair. If an equivalent
  2033. key already exists in this Map, it will be replaced.</p>
  2034. <!-- runkit:activate -->
  2035. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">originalMap</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">()</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newerMap</span><span class="hl-1"> = </span><span class="hl-0">originalMap</span><span class="hl-1">.</span><span class="hl-6">set</span><span class="hl-1">(</span><span class="hl-4">&#39;key&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;value&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newestMap</span><span class="hl-1"> = </span><span class="hl-0">newerMap</span><span class="hl-1">.</span><span class="hl-6">set</span><span class="hl-1">(</span><span class="hl-4">&#39;key&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;newer value&#39;</span><span class="hl-1">)</span><br/><br/><span class="hl-0">originalMap</span><br/><span class="hl-9">// Map {}</span><br/><span class="hl-0">newerMap</span><br/><span class="hl-9">// Map { &quot;key&quot;: &quot;value&quot; }</span><br/><span class="hl-0">newestMap</span><br/><span class="hl-9">// Map { &quot;key&quot;: &quot;newer value&quot; }</span>
  2036. </code></pre>
  2037. <p>Note: <code>set</code> can be used in <code>withMutations</code>.</p>
  2038. </div>
  2039. <div class="tsd-parameters">
  2040. <h4 class="tsd-parameters-title">Parameters</h4>
  2041. <ul class="tsd-parameter-list">
  2042. <li>
  2043. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  2044. <li>
  2045. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  2046. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2047. <ul>
  2048. <li>Defined in node_modules/immutable/dist/immutable.d.ts:795</li></ul></aside></li></ul></section>
  2049. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="setIn" class="tsd-anchor"></a>
  2050. <h3 class="tsd-anchor-link"><span>set<wbr/>In</span><a href="#setIn" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2051. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  2052. <li class="tsd-signature tsd-anchor-link" id="setIn.setIn-1">set<wbr/>In<span class="tsd-signature-symbol">(</span>keyPath<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#setIn.setIn-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2053. <li class="tsd-description">
  2054. <div class="tsd-comment tsd-typography"><p>Returns a new Map having set <code>value</code> at this <code>keyPath</code>. If any keys in
  2055. <code>keyPath</code> do not exist, a new immutable Map will be created at that key.</p>
  2056. <!-- runkit:activate -->
  2057. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">originalMap</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({</span><br/><span class="hl-1"> </span><span class="hl-0">subObject:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({</span><br/><span class="hl-1"> </span><span class="hl-0">subKey:</span><span class="hl-1"> </span><span class="hl-4">&#39;subvalue&#39;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">subSubObject:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({</span><br/><span class="hl-1"> </span><span class="hl-0">subSubKey:</span><span class="hl-1"> </span><span class="hl-4">&#39;subSubValue&#39;</span><br/><span class="hl-1"> })</span><br/><span class="hl-1"> })</span><br/><span class="hl-1">})</span><br/><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newMap</span><span class="hl-1"> = </span><span class="hl-0">originalMap</span><span class="hl-1">.</span><span class="hl-6">setIn</span><span class="hl-1">([</span><span class="hl-4">&#39;subObject&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;subKey&#39;</span><span class="hl-1">], </span><span class="hl-4">&#39;ha ha!&#39;</span><span class="hl-1">)</span><br/><span class="hl-9">// Map {</span><br/><span class="hl-9">// &quot;subObject&quot;: Map {</span><br/><span class="hl-9">// &quot;subKey&quot;: &quot;ha ha!&quot;,</span><br/><span class="hl-9">// &quot;subSubObject&quot;: Map { &quot;subSubKey&quot;: &quot;subSubValue&quot; }</span><br/><span class="hl-9">// }</span><br/><span class="hl-9">// }</span><br/><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newerMap</span><span class="hl-1"> = </span><span class="hl-0">originalMap</span><span class="hl-1">.</span><span class="hl-6">setIn</span><span class="hl-1">(</span><br/><span class="hl-1"> [</span><span class="hl-4">&#39;subObject&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;subSubObject&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;subSubKey&#39;</span><span class="hl-1">],</span><br/><span class="hl-1"> </span><span class="hl-4">&#39;ha ha ha!&#39;</span><br/><span class="hl-1">)</span><br/><span class="hl-9">// Map {</span><br/><span class="hl-9">// &quot;subObject&quot;: Map {</span><br/><span class="hl-9">// &quot;subKey&quot;: &quot;subvalue&quot;,</span><br/><span class="hl-9">// &quot;subSubObject&quot;: Map { &quot;subSubKey&quot;: &quot;ha ha ha!&quot; }</span><br/><span class="hl-9">// }</span><br/><span class="hl-9">// }</span>
  2058. </code></pre>
  2059. <p>Plain JavaScript Object or Arrays may be nested within an Immutable.js
  2060. Collection, and setIn() can update those values as well, treating them
  2061. immutably by creating new copies of those values with the changes applied.</p>
  2062. <!-- runkit:activate -->
  2063. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">originalMap</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({</span><br/><span class="hl-1"> </span><span class="hl-0">subObject:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-0">subKey:</span><span class="hl-1"> </span><span class="hl-4">&#39;subvalue&#39;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">subSubObject:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-0">subSubKey:</span><span class="hl-1"> </span><span class="hl-4">&#39;subSubValue&#39;</span><br/><span class="hl-1"> }</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">})</span><br/><br/><span class="hl-0">originalMap</span><span class="hl-1">.</span><span class="hl-6">setIn</span><span class="hl-1">([</span><span class="hl-4">&#39;subObject&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;subKey&#39;</span><span class="hl-1">], </span><span class="hl-4">&#39;ha ha!&#39;</span><span class="hl-1">)</span><br/><span class="hl-9">// Map {</span><br/><span class="hl-9">// &quot;subObject&quot;: {</span><br/><span class="hl-9">// subKey: &quot;ha ha!&quot;,</span><br/><span class="hl-9">// subSubObject: { subSubKey: &quot;subSubValue&quot; }</span><br/><span class="hl-9">// }</span><br/><span class="hl-9">// }</span>
  2064. </code></pre>
  2065. <p>If any key in the path exists but cannot be updated (such as a primitive
  2066. like number or a custom Object like Date), an error will be thrown.</p>
  2067. <p>Note: <code>setIn</code> can be used in <code>withMutations</code>.</p>
  2068. </div>
  2069. <div class="tsd-parameters">
  2070. <h4 class="tsd-parameters-title">Parameters</h4>
  2071. <ul class="tsd-parameter-list">
  2072. <li>
  2073. <h5>keyPath: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h5></li>
  2074. <li>
  2075. <h5>value: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  2076. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2077. <ul>
  2078. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1145</li></ul></aside></li></ul></section>
  2079. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="skip" class="tsd-anchor"></a>
  2080. <h3 class="tsd-anchor-link"><span>skip</span><a href="#skip" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2081. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2082. <li class="tsd-signature tsd-anchor-link" id="skip.skip-1">skip<span class="tsd-signature-symbol">(</span>amount<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#skip.skip-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2083. <li class="tsd-description">
  2084. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type which excludes the first <code>amount</code>
  2085. entries from this Collection.</p>
  2086. </div>
  2087. <div class="tsd-parameters">
  2088. <h4 class="tsd-parameters-title">Parameters</h4>
  2089. <ul class="tsd-parameter-list">
  2090. <li>
  2091. <h5>amount: <span class="tsd-signature-type">number</span></h5></li></ul></div>
  2092. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2093. <p>Inherited from Collection.Keyed.skip</p>
  2094. <ul>
  2095. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4447</li></ul></aside></li></ul></section>
  2096. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="skipLast" class="tsd-anchor"></a>
  2097. <h3 class="tsd-anchor-link"><span>skip<wbr/>Last</span><a href="#skipLast" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2098. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2099. <li class="tsd-signature tsd-anchor-link" id="skipLast.skipLast-1">skip<wbr/>Last<span class="tsd-signature-symbol">(</span>amount<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#skipLast.skipLast-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2100. <li class="tsd-description">
  2101. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type which excludes the last <code>amount</code>
  2102. entries from this Collection.</p>
  2103. </div>
  2104. <div class="tsd-parameters">
  2105. <h4 class="tsd-parameters-title">Parameters</h4>
  2106. <ul class="tsd-parameter-list">
  2107. <li>
  2108. <h5>amount: <span class="tsd-signature-type">number</span></h5></li></ul></div>
  2109. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2110. <p>Inherited from Collection.Keyed.skipLast</p>
  2111. <ul>
  2112. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4453</li></ul></aside></li></ul></section>
  2113. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="skipUntil" class="tsd-anchor"></a>
  2114. <h3 class="tsd-anchor-link"><span>skip<wbr/>Until</span><a href="#skipUntil" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2115. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2116. <li class="tsd-signature tsd-anchor-link" id="skipUntil.skipUntil-1">skip<wbr/>Until<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#skipUntil.skipUntil-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2117. <li class="tsd-description">
  2118. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type which includes entries starting
  2119. from when <code>predicate</code> first returns true.</p>
  2120. <!-- runkit:activate -->
  2121. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">List</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-6">List</span><span class="hl-1">([ </span><span class="hl-4">&#39;dog&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;frog&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;cat&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;hat&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;god&#39;</span><span class="hl-1"> ])</span><br/><span class="hl-1"> .</span><span class="hl-6">skipUntil</span><span class="hl-1">(</span><span class="hl-0">x</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">x</span><span class="hl-1">.</span><span class="hl-6">match</span><span class="hl-1">(</span><span class="hl-10">/hat/</span><span class="hl-1">))</span><br/><span class="hl-9">// List [ &quot;hat&quot;, &quot;god&quot; ]</span>
  2122. </code></pre>
  2123. </div>
  2124. <div class="tsd-parameters">
  2125. <h4 class="tsd-parameters-title">Parameters</h4>
  2126. <ul class="tsd-parameter-list">
  2127. <li>
  2128. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  2129. <ul class="tsd-parameters">
  2130. <li class="tsd-parameter-signature">
  2131. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2132. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  2133. <li class="tsd-description">
  2134. <div class="tsd-parameters">
  2135. <h4 class="tsd-parameters-title">Parameters</h4>
  2136. <ul class="tsd-parameter-list">
  2137. <li>
  2138. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  2139. <li>
  2140. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  2141. <li>
  2142. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  2143. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  2144. <li>
  2145. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  2146. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2147. <p>Inherited from Collection.Keyed.skipUntil</p>
  2148. <ul>
  2149. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4484</li></ul></aside></li></ul></section>
  2150. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="skipWhile" class="tsd-anchor"></a>
  2151. <h3 class="tsd-anchor-link"><span>skip<wbr/>While</span><a href="#skipWhile" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2152. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2153. <li class="tsd-signature tsd-anchor-link" id="skipWhile.skipWhile-1">skip<wbr/>While<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#skipWhile.skipWhile-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2154. <li class="tsd-description">
  2155. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type which includes entries starting
  2156. from when <code>predicate</code> first returns false.</p>
  2157. <!-- runkit:activate -->
  2158. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">List</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-6">List</span><span class="hl-1">([ </span><span class="hl-4">&#39;dog&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;frog&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;cat&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;hat&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;god&#39;</span><span class="hl-1"> ])</span><br/><span class="hl-1"> .</span><span class="hl-6">skipWhile</span><span class="hl-1">(</span><span class="hl-0">x</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">x</span><span class="hl-1">.</span><span class="hl-6">match</span><span class="hl-1">(</span><span class="hl-10">/g/</span><span class="hl-1">))</span><br/><span class="hl-9">// List [ &quot;cat&quot;, &quot;hat&quot;, &quot;god&quot; ]</span>
  2159. </code></pre>
  2160. </div>
  2161. <div class="tsd-parameters">
  2162. <h4 class="tsd-parameters-title">Parameters</h4>
  2163. <ul class="tsd-parameter-list">
  2164. <li>
  2165. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  2166. <ul class="tsd-parameters">
  2167. <li class="tsd-parameter-signature">
  2168. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2169. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  2170. <li class="tsd-description">
  2171. <div class="tsd-parameters">
  2172. <h4 class="tsd-parameters-title">Parameters</h4>
  2173. <ul class="tsd-parameter-list">
  2174. <li>
  2175. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  2176. <li>
  2177. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  2178. <li>
  2179. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  2180. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  2181. <li>
  2182. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  2183. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2184. <p>Inherited from Collection.Keyed.skipWhile</p>
  2185. <ul>
  2186. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4467</li></ul></aside></li></ul></section>
  2187. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="slice" class="tsd-anchor"></a>
  2188. <h3 class="tsd-anchor-link"><span>slice</span><a href="#slice" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2189. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2190. <li class="tsd-signature tsd-anchor-link" id="slice.slice-1">slice<span class="tsd-signature-symbol">(</span>begin<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, end<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#slice.slice-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2191. <li class="tsd-description">
  2192. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type representing a portion of this
  2193. Collection from start up to but not including end.</p>
  2194. <p>If begin is negative, it is offset from the end of the Collection. e.g.
  2195. <code>slice(-2)</code> returns a Collection of the last two entries. If it is not
  2196. provided the new Collection will begin at the beginning of this Collection.</p>
  2197. <p>If end is negative, it is offset from the end of the Collection. e.g.
  2198. <code>slice(0, -1)</code> returns a Collection of everything but the last entry. If
  2199. it is not provided, the new Collection will continue through the end of
  2200. this Collection.</p>
  2201. <p>If the requested slice is equivalent to the current Collection, then it
  2202. will return itself.</p>
  2203. </div>
  2204. <div class="tsd-parameters">
  2205. <h4 class="tsd-parameters-title">Parameters</h4>
  2206. <ul class="tsd-parameter-list">
  2207. <li>
  2208. <h5><code class="tsd-tag ts-flagOptional">Optional</code> begin: <span class="tsd-signature-type">number</span></h5></li>
  2209. <li>
  2210. <h5><code class="tsd-tag ts-flagOptional">Optional</code> end: <span class="tsd-signature-type">number</span></h5></li></ul></div>
  2211. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2212. <p>Inherited from Collection.Keyed.slice</p>
  2213. <ul>
  2214. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4429</li></ul></aside></li></ul></section>
  2215. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="some" class="tsd-anchor"></a>
  2216. <h3 class="tsd-anchor-link"><span>some</span><a href="#some" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2217. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2218. <li class="tsd-signature tsd-anchor-link" id="some.some-1">some<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#some.some-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2219. <li class="tsd-description">
  2220. <div class="tsd-comment tsd-typography"><p>True if <code>predicate</code> returns true for any entry in the Collection.</p>
  2221. </div>
  2222. <div class="tsd-parameters">
  2223. <h4 class="tsd-parameters-title">Parameters</h4>
  2224. <ul class="tsd-parameter-list">
  2225. <li>
  2226. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  2227. <ul class="tsd-parameters">
  2228. <li class="tsd-parameter-signature">
  2229. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2230. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  2231. <li class="tsd-description">
  2232. <div class="tsd-parameters">
  2233. <h4 class="tsd-parameters-title">Parameters</h4>
  2234. <ul class="tsd-parameter-list">
  2235. <li>
  2236. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  2237. <li>
  2238. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  2239. <li>
  2240. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  2241. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  2242. <li>
  2243. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  2244. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
  2245. <p>Inherited from Collection.Keyed.some</p>
  2246. <ul>
  2247. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4632</li></ul></aside></li></ul></section>
  2248. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="sort" class="tsd-anchor"></a>
  2249. <h3 class="tsd-anchor-link"><span>sort</span><a href="#sort" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2250. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2251. <li class="tsd-signature tsd-anchor-link" id="sort.sort-1">sort<span class="tsd-signature-symbol">(</span>comparator<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#sort.sort-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2252. <li class="tsd-description">
  2253. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type which includes the same entries,
  2254. stably sorted by using a <code>comparator</code>.</p>
  2255. <p>If a <code>comparator</code> is not provided, a default comparator uses <code>&lt;</code> and <code>&gt;</code>.</p>
  2256. <p><code>comparator(valueA, valueB)</code>:</p>
  2257. <ul>
  2258. <li>Returns <code>0</code> if the elements should not be swapped.</li>
  2259. <li>Returns <code>-1</code> (or any negative number) if <code>valueA</code> comes before <code>valueB</code></li>
  2260. <li>Returns <code>1</code> (or any positive number) if <code>valueA</code> comes after <code>valueB</code></li>
  2261. <li>Is pure, i.e. it must always return the same value for the same pair
  2262. of values.</li>
  2263. </ul>
  2264. <p>When sorting collections which have no defined order, their ordered
  2265. equivalents will be returned. e.g. <code>map.sort()</code> returns OrderedMap.</p>
  2266. <!-- runkit:activate -->
  2267. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-4">&quot;c&quot;</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-8">3</span><span class="hl-1">, </span><span class="hl-4">&quot;a&quot;</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-8">1</span><span class="hl-1">, </span><span class="hl-4">&quot;b&quot;</span><span class="hl-0">:</span><span class="hl-1"> </span><span class="hl-8">2</span><span class="hl-1"> }).</span><span class="hl-6">sort</span><span class="hl-1">((</span><span class="hl-0">a</span><span class="hl-1">, </span><span class="hl-0">b</span><span class="hl-1">) </span><span class="hl-2">=&gt;</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-7">if</span><span class="hl-1"> (</span><span class="hl-0">a</span><span class="hl-1"> &lt; </span><span class="hl-0">b</span><span class="hl-1">) { </span><span class="hl-7">return</span><span class="hl-1"> -</span><span class="hl-8">1</span><span class="hl-1">; }</span><br/><span class="hl-1"> </span><span class="hl-7">if</span><span class="hl-1"> (</span><span class="hl-0">a</span><span class="hl-1"> &gt; </span><span class="hl-0">b</span><span class="hl-1">) { </span><span class="hl-7">return</span><span class="hl-1"> </span><span class="hl-8">1</span><span class="hl-1">; }</span><br/><span class="hl-1"> </span><span class="hl-7">if</span><span class="hl-1"> (</span><span class="hl-0">a</span><span class="hl-1"> === </span><span class="hl-0">b</span><span class="hl-1">) { </span><span class="hl-7">return</span><span class="hl-1"> </span><span class="hl-8">0</span><span class="hl-1">; }</span><br/><span class="hl-1">});</span><br/><span class="hl-9">// OrderedMap { &quot;a&quot;: 1, &quot;b&quot;: 2, &quot;c&quot;: 3 }</span>
  2268. </code></pre>
  2269. <p>Note: <code>sort()</code> Always returns a new instance, even if the original was
  2270. already sorted.</p>
  2271. <p>Note: This is always an eager operation.</p>
  2272. </div>
  2273. <div class="tsd-parameters">
  2274. <h4 class="tsd-parameters-title">Parameters</h4>
  2275. <ul class="tsd-parameter-list">
  2276. <li>
  2277. <h5><code class="tsd-tag ts-flagOptional">Optional</code> comparator: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span></h5>
  2278. <ul class="tsd-parameters">
  2279. <li class="tsd-parameter-signature">
  2280. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2281. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
  2282. <li class="tsd-description">
  2283. <div class="tsd-parameters">
  2284. <h4 class="tsd-parameters-title">Parameters</h4>
  2285. <ul class="tsd-parameter-list">
  2286. <li>
  2287. <h5>valueA: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  2288. <li>
  2289. <h5>valueB: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  2290. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4></li></ul></li></ul></li></ul></div>
  2291. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2292. <p>Inherited from Collection.Keyed.sort</p>
  2293. <ul>
  2294. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4340</li></ul></aside></li></ul></section>
  2295. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="sortBy" class="tsd-anchor"></a>
  2296. <h3 class="tsd-anchor-link"><span>sort<wbr/>By</span><a href="#sortBy" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2297. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2298. <li class="tsd-signature tsd-anchor-link" id="sortBy.sortBy-1">sort<wbr/>By<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>comparatorValueMapper<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span>, comparator<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#sortBy.sortBy-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2299. <li class="tsd-description">
  2300. <div class="tsd-comment tsd-typography"><p>Like <code>sort</code>, but also accepts a <code>comparatorValueMapper</code> which allows for
  2301. sorting by more sophisticated means:</p>
  2302. <!-- runkit:activate -->
  2303. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">beattles</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({</span><br/><span class="hl-1"> </span><span class="hl-0">John:</span><span class="hl-1"> { </span><span class="hl-0">name:</span><span class="hl-1"> </span><span class="hl-4">&quot;Lennon&quot;</span><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-0">Paul:</span><span class="hl-1"> { </span><span class="hl-0">name:</span><span class="hl-1"> </span><span class="hl-4">&quot;McCartney&quot;</span><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-0">George:</span><span class="hl-1"> { </span><span class="hl-0">name:</span><span class="hl-1"> </span><span class="hl-4">&quot;Harrison&quot;</span><span class="hl-1"> },</span><br/><span class="hl-1"> </span><span class="hl-0">Ringo:</span><span class="hl-1"> { </span><span class="hl-0">name:</span><span class="hl-1"> </span><span class="hl-4">&quot;Starr&quot;</span><span class="hl-1"> },</span><br/><span class="hl-1">});</span><br/><span class="hl-0">beattles</span><span class="hl-1">.</span><span class="hl-6">sortBy</span><span class="hl-1">(</span><span class="hl-0">member</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">member</span><span class="hl-1">.</span><span class="hl-0">name</span><span class="hl-1">);</span>
  2304. </code></pre>
  2305. <p>Note: <code>sortBy()</code> Always returns a new instance, even if the original was
  2306. already sorted.</p>
  2307. <p>Note: This is always an eager operation.</p>
  2308. </div>
  2309. <div class="tsd-type-parameters">
  2310. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  2311. <ul class="tsd-type-parameters">
  2312. <li>
  2313. <h4>C</h4></li></ul></div>
  2314. <div class="tsd-parameters">
  2315. <h4 class="tsd-parameters-title">Parameters</h4>
  2316. <ul class="tsd-parameter-list">
  2317. <li>
  2318. <h5>comparatorValueMapper: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span></h5>
  2319. <ul class="tsd-parameters">
  2320. <li class="tsd-parameter-signature">
  2321. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2322. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span></li>
  2323. <li class="tsd-description">
  2324. <div class="tsd-parameters">
  2325. <h4 class="tsd-parameters-title">Parameters</h4>
  2326. <ul class="tsd-parameter-list">
  2327. <li>
  2328. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  2329. <li>
  2330. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  2331. <li>
  2332. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  2333. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span></h4></li></ul></li></ul></li>
  2334. <li>
  2335. <h5><code class="tsd-tag ts-flagOptional">Optional</code> comparator: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span></h5>
  2336. <ul class="tsd-parameters">
  2337. <li class="tsd-parameter-signature">
  2338. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2339. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>valueA<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span>, valueB<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
  2340. <li class="tsd-description">
  2341. <div class="tsd-parameters">
  2342. <h4 class="tsd-parameters-title">Parameters</h4>
  2343. <ul class="tsd-parameter-list">
  2344. <li>
  2345. <h5>valueA: <span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span></h5></li>
  2346. <li>
  2347. <h5>valueB: <span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span></h5></li></ul></div>
  2348. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4></li></ul></li></ul></li></ul></div>
  2349. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2350. <p>Inherited from Collection.Keyed.sortBy</p>
  2351. <ul>
  2352. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4363</li></ul></aside></li></ul></section>
  2353. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="take" class="tsd-anchor"></a>
  2354. <h3 class="tsd-anchor-link"><span>take</span><a href="#take" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2355. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2356. <li class="tsd-signature tsd-anchor-link" id="take.take-1">take<span class="tsd-signature-symbol">(</span>amount<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#take.take-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2357. <li class="tsd-description">
  2358. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type which includes the first <code>amount</code>
  2359. entries from this Collection.</p>
  2360. </div>
  2361. <div class="tsd-parameters">
  2362. <h4 class="tsd-parameters-title">Parameters</h4>
  2363. <ul class="tsd-parameter-list">
  2364. <li>
  2365. <h5>amount: <span class="tsd-signature-type">number</span></h5></li></ul></div>
  2366. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2367. <p>Inherited from Collection.Keyed.take</p>
  2368. <ul>
  2369. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4493</li></ul></aside></li></ul></section>
  2370. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="takeLast" class="tsd-anchor"></a>
  2371. <h3 class="tsd-anchor-link"><span>take<wbr/>Last</span><a href="#takeLast" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2372. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2373. <li class="tsd-signature tsd-anchor-link" id="takeLast.takeLast-1">take<wbr/>Last<span class="tsd-signature-symbol">(</span>amount<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#takeLast.takeLast-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2374. <li class="tsd-description">
  2375. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type which includes the last <code>amount</code>
  2376. entries from this Collection.</p>
  2377. </div>
  2378. <div class="tsd-parameters">
  2379. <h4 class="tsd-parameters-title">Parameters</h4>
  2380. <ul class="tsd-parameter-list">
  2381. <li>
  2382. <h5>amount: <span class="tsd-signature-type">number</span></h5></li></ul></div>
  2383. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2384. <p>Inherited from Collection.Keyed.takeLast</p>
  2385. <ul>
  2386. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4499</li></ul></aside></li></ul></section>
  2387. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="takeUntil" class="tsd-anchor"></a>
  2388. <h3 class="tsd-anchor-link"><span>take<wbr/>Until</span><a href="#takeUntil" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2389. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2390. <li class="tsd-signature tsd-anchor-link" id="takeUntil.takeUntil-1">take<wbr/>Until<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#takeUntil.takeUntil-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2391. <li class="tsd-description">
  2392. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type which includes entries from this
  2393. Collection as long as the <code>predicate</code> returns false.</p>
  2394. <!-- runkit:activate -->
  2395. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">List</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-6">List</span><span class="hl-1">([ </span><span class="hl-4">&#39;dog&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;frog&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;cat&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;hat&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;god&#39;</span><span class="hl-1"> ])</span><br/><span class="hl-1"> .</span><span class="hl-6">takeUntil</span><span class="hl-1">(</span><span class="hl-0">x</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">x</span><span class="hl-1">.</span><span class="hl-6">match</span><span class="hl-1">(</span><span class="hl-10">/at/</span><span class="hl-1">))</span><br/><span class="hl-9">// List [ &quot;dog&quot;, &quot;frog&quot; ]</span>
  2396. </code></pre>
  2397. </div>
  2398. <div class="tsd-parameters">
  2399. <h4 class="tsd-parameters-title">Parameters</h4>
  2400. <ul class="tsd-parameter-list">
  2401. <li>
  2402. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  2403. <ul class="tsd-parameters">
  2404. <li class="tsd-parameter-signature">
  2405. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2406. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  2407. <li class="tsd-description">
  2408. <div class="tsd-parameters">
  2409. <h4 class="tsd-parameters-title">Parameters</h4>
  2410. <ul class="tsd-parameter-list">
  2411. <li>
  2412. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  2413. <li>
  2414. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  2415. <li>
  2416. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  2417. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  2418. <li>
  2419. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  2420. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2421. <p>Inherited from Collection.Keyed.takeUntil</p>
  2422. <ul>
  2423. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4530</li></ul></aside></li></ul></section>
  2424. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="takeWhile" class="tsd-anchor"></a>
  2425. <h3 class="tsd-anchor-link"><span>take<wbr/>While</span><a href="#takeWhile" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2426. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2427. <li class="tsd-signature tsd-anchor-link" id="takeWhile.takeWhile-1">take<wbr/>While<span class="tsd-signature-symbol">(</span>predicate<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span>, context<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#takeWhile.takeWhile-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2428. <li class="tsd-description">
  2429. <div class="tsd-comment tsd-typography"><p>Returns a new Collection of the same type which includes entries from this
  2430. Collection as long as the <code>predicate</code> returns true.</p>
  2431. <!-- runkit:activate -->
  2432. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">List</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-6">List</span><span class="hl-1">([ </span><span class="hl-4">&#39;dog&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;frog&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;cat&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;hat&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;god&#39;</span><span class="hl-1"> ])</span><br/><span class="hl-1"> .</span><span class="hl-6">takeWhile</span><span class="hl-1">(</span><span class="hl-0">x</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">x</span><span class="hl-1">.</span><span class="hl-6">match</span><span class="hl-1">(</span><span class="hl-10">/o/</span><span class="hl-1">))</span><br/><span class="hl-9">// List [ &quot;dog&quot;, &quot;frog&quot; ]</span>
  2433. </code></pre>
  2434. </div>
  2435. <div class="tsd-parameters">
  2436. <h4 class="tsd-parameters-title">Parameters</h4>
  2437. <ul class="tsd-parameter-list">
  2438. <li>
  2439. <h5>predicate: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></h5>
  2440. <ul class="tsd-parameters">
  2441. <li class="tsd-parameter-signature">
  2442. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2443. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, iter<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  2444. <li class="tsd-description">
  2445. <div class="tsd-parameters">
  2446. <h4 class="tsd-parameters-title">Parameters</h4>
  2447. <ul class="tsd-parameter-list">
  2448. <li>
  2449. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  2450. <li>
  2451. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  2452. <li>
  2453. <h5>iter: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  2454. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></li></ul></li>
  2455. <li>
  2456. <h5><code class="tsd-tag ts-flagOptional">Optional</code> context: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  2457. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2458. <p>Inherited from Collection.Keyed.takeWhile</p>
  2459. <ul>
  2460. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4513</li></ul></aside></li></ul></section>
  2461. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toArray" class="tsd-anchor"></a>
  2462. <h3 class="tsd-anchor-link"><span>to<wbr/>Array</span><a href="#toArray" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2463. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2464. <li class="tsd-signature tsd-anchor-link" id="toArray.toArray-1">to<wbr/>Array<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[]</span><a href="#toArray.toArray-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2465. <li class="tsd-description">
  2466. <div class="tsd-comment tsd-typography"><p>Shallowly converts this collection to an Array.</p>
  2467. </div>
  2468. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
  2469. <p>Inherited from Collection.Keyed.toArray</p>
  2470. <ul>
  2471. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3351</li></ul></aside></li></ul></section>
  2472. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toIndexedSeq" class="tsd-anchor"></a>
  2473. <h3 class="tsd-anchor-link"><span>to<wbr/>Indexed<wbr/>Seq</span><a href="#toIndexedSeq" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2474. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2475. <li class="tsd-signature tsd-anchor-link" id="toIndexedSeq.toIndexedSeq-1">to<wbr/>Indexed<wbr/>Seq<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Indexed-5.html" class="tsd-signature-type" data-tsd-kind="Function">Indexed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#toIndexedSeq.toIndexedSeq-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2476. <li class="tsd-description">
  2477. <div class="tsd-comment tsd-typography"><p>Returns an Seq.Indexed of the values of this Collection, discarding keys.</p>
  2478. </div>
  2479. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Indexed-5.html" class="tsd-signature-type" data-tsd-kind="Function">Indexed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2480. <p>Inherited from Collection.Keyed.toIndexedSeq</p>
  2481. <ul>
  2482. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4175</li></ul></aside></li></ul></section>
  2483. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toJS" class="tsd-anchor"></a>
  2484. <h3 class="tsd-anchor-link"><span>toJS</span><a href="#toJS" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2485. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2486. <li class="tsd-signature tsd-anchor-link" id="toJS.toJS-1">toJS<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol"> }</span><a href="#toJS.toJS-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2487. <li class="tsd-description">
  2488. <div class="tsd-comment tsd-typography"><p>Deeply converts this Keyed collection to equivalent native JavaScript Object.</p>
  2489. <p>Converts keys to Strings.</p>
  2490. </div>
  2491. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol"> }</span></h4>
  2492. <ul class="tsd-parameters">
  2493. <li class="tsd-parameter-index-signature">
  2494. <h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">unknown</span></h5></li></ul><aside class="tsd-sources">
  2495. <p>Inherited from Collection.Keyed.toJS</p>
  2496. <ul>
  2497. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3339</li></ul></aside></li></ul></section>
  2498. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toJSON" class="tsd-anchor"></a>
  2499. <h3 class="tsd-anchor-link"><span>toJSON</span><a href="#toJSON" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2500. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2501. <li class="tsd-signature tsd-anchor-link" id="toJSON.toJSON-1">toJSON<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> }</span><a href="#toJSON.toJSON-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2502. <li class="tsd-description">
  2503. <div class="tsd-comment tsd-typography"><p>Shallowly converts this Keyed collection to equivalent native JavaScript Object.</p>
  2504. <p>Converts keys to Strings.</p>
  2505. </div>
  2506. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> }</span></h4>
  2507. <ul class="tsd-parameters">
  2508. <li class="tsd-parameter-index-signature">
  2509. <h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul><aside class="tsd-sources">
  2510. <p>Inherited from Collection.Keyed.toJSON</p>
  2511. <ul>
  2512. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3346</li></ul></aside></li></ul></section>
  2513. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toKeyedSeq" class="tsd-anchor"></a>
  2514. <h3 class="tsd-anchor-link"><span>to<wbr/>Keyed<wbr/>Seq</span><a href="#toKeyedSeq" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2515. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2516. <li class="tsd-signature tsd-anchor-link" id="toKeyedSeq.toKeyedSeq-1">to<wbr/>Keyed<wbr/>Seq<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Keyed-2.html" class="tsd-signature-type" data-tsd-kind="Function">Keyed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#toKeyedSeq.toKeyedSeq-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2517. <li class="tsd-description">
  2518. <div class="tsd-comment tsd-typography"><p>Returns a Seq.Keyed from this Collection where indices are treated as keys.</p>
  2519. <p>This is useful if you want to operate on an
  2520. Collection.Indexed and preserve the [index, value] pairs.</p>
  2521. <p>The returned Seq will have identical iteration order as
  2522. this Collection.</p>
  2523. <!-- runkit:activate -->
  2524. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Seq</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">indexedSeq</span><span class="hl-1"> = </span><span class="hl-6">Seq</span><span class="hl-1">([ </span><span class="hl-4">&#39;A&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;B&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;C&#39;</span><span class="hl-1"> ])</span><br/><span class="hl-9">// Seq [ &quot;A&quot;, &quot;B&quot;, &quot;C&quot; ]</span><br/><span class="hl-0">indexedSeq</span><span class="hl-1">.</span><span class="hl-6">filter</span><span class="hl-1">(</span><span class="hl-0">v</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">v</span><span class="hl-1"> === </span><span class="hl-4">&#39;B&#39;</span><span class="hl-1">)</span><br/><span class="hl-9">// Seq [ &quot;B&quot; ]</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">keyedSeq</span><span class="hl-1"> = </span><span class="hl-0">indexedSeq</span><span class="hl-1">.</span><span class="hl-6">toKeyedSeq</span><span class="hl-1">()</span><br/><span class="hl-9">// Seq { 0: &quot;A&quot;, 1: &quot;B&quot;, 2: &quot;C&quot; }</span><br/><span class="hl-0">keyedSeq</span><span class="hl-1">.</span><span class="hl-6">filter</span><span class="hl-1">(</span><span class="hl-0">v</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">v</span><span class="hl-1"> === </span><span class="hl-4">&#39;B&#39;</span><span class="hl-1">)</span><br/><span class="hl-9">// Seq { 1: &quot;B&quot; }</span>
  2525. </code></pre>
  2526. </div>
  2527. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Keyed-2.html" class="tsd-signature-type" data-tsd-kind="Function">Keyed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2528. <p>Inherited from Collection.Keyed.toKeyedSeq</p>
  2529. <ul>
  2530. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4170</li></ul></aside></li></ul></section>
  2531. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toList" class="tsd-anchor"></a>
  2532. <h3 class="tsd-anchor-link"><span>to<wbr/>List</span><a href="#toList" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2533. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2534. <li class="tsd-signature tsd-anchor-link" id="toList.toList-1">to<wbr/>List<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.List-3.html" class="tsd-signature-type" data-tsd-kind="Function">List</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#toList.toList-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2535. <li class="tsd-description">
  2536. <div class="tsd-comment tsd-typography"><p>Converts this Collection to a List, discarding keys.</p>
  2537. <p>This is similar to <code>List(collection)</code>, but provided to allow for chained
  2538. expressions. However, when called on <code>Map</code> or other keyed collections,
  2539. <code>collection.toList()</code> discards the keys and creates a list of only the
  2540. values, whereas <code>List(collection)</code> creates a list of entry tuples.</p>
  2541. <!-- runkit:activate -->
  2542. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1">, </span><span class="hl-5">List</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">var</span><span class="hl-1"> </span><span class="hl-0">myMap</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-4">&#39;Apple&#39;</span><span class="hl-1">, </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-4">&#39;Banana&#39;</span><span class="hl-1"> })</span><br/><span class="hl-6">List</span><span class="hl-1">(</span><span class="hl-0">myMap</span><span class="hl-1">) </span><span class="hl-9">// List [ [ &quot;a&quot;, &quot;Apple&quot; ], [ &quot;b&quot;, &quot;Banana&quot; ] ]</span><br/><span class="hl-0">myMap</span><span class="hl-1">.</span><span class="hl-6">toList</span><span class="hl-1">() </span><span class="hl-9">// List [ &quot;Apple&quot;, &quot;Banana&quot; ]</span>
  2543. </code></pre>
  2544. </div>
  2545. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.List-3.html" class="tsd-signature-type" data-tsd-kind="Function">List</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2546. <p>Inherited from Collection.Keyed.toList</p>
  2547. <ul>
  2548. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4129</li></ul></aside></li></ul></section>
  2549. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toMap" class="tsd-anchor"></a>
  2550. <h3 class="tsd-anchor-link"><span>to<wbr/>Map</span><a href="#toMap" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2551. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2552. <li class="tsd-signature tsd-anchor-link" id="toMap.toMap-1">to<wbr/>Map<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#toMap.toMap-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2553. <li class="tsd-description">
  2554. <div class="tsd-comment tsd-typography"><p>Converts this Collection to a Map, Throws if keys are not hashable.</p>
  2555. <p>Note: This is equivalent to <code>Map(this.toKeyedSeq())</code>, but provided
  2556. for convenience and to allow for chained expressions.</p>
  2557. </div>
  2558. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2559. <p>Inherited from Collection.Keyed.toMap</p>
  2560. <ul>
  2561. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4085</li></ul></aside></li></ul></section>
  2562. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toObject" class="tsd-anchor"></a>
  2563. <h3 class="tsd-anchor-link"><span>to<wbr/>Object</span><a href="#toObject" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2564. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2565. <li class="tsd-signature tsd-anchor-link" id="toObject.toObject-1">to<wbr/>Object<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> }</span><a href="#toObject.toObject-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2566. <li class="tsd-description">
  2567. <div class="tsd-comment tsd-typography"><p>Shallowly converts this Collection to an Object.</p>
  2568. <p>Converts keys to Strings.</p>
  2569. </div>
  2570. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol"> }</span></h4>
  2571. <ul class="tsd-parameters">
  2572. <li class="tsd-parameter-index-signature">
  2573. <h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul><aside class="tsd-sources">
  2574. <p>Inherited from Collection.Keyed.toObject</p>
  2575. <ul>
  2576. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4075</li></ul></aside></li></ul></section>
  2577. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toOrderedMap" class="tsd-anchor"></a>
  2578. <h3 class="tsd-anchor-link"><span>to<wbr/>Ordered<wbr/>Map</span><a href="#toOrderedMap" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2579. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2580. <li class="tsd-signature tsd-anchor-link" id="toOrderedMap.toOrderedMap-1">to<wbr/>Ordered<wbr/>Map<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.OrderedMap-2.html" class="tsd-signature-type" data-tsd-kind="Function">OrderedMap</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#toOrderedMap.toOrderedMap-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2581. <li class="tsd-description">
  2582. <div class="tsd-comment tsd-typography"><p>Converts this Collection to a Map, maintaining the order of iteration.</p>
  2583. <p>Note: This is equivalent to <code>OrderedMap(this.toKeyedSeq())</code>, but
  2584. provided for convenience and to allow for chained expressions.</p>
  2585. </div>
  2586. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.OrderedMap-2.html" class="tsd-signature-type" data-tsd-kind="Function">OrderedMap</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2587. <p>Inherited from Collection.Keyed.toOrderedMap</p>
  2588. <ul>
  2589. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4093</li></ul></aside></li></ul></section>
  2590. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toOrderedSet" class="tsd-anchor"></a>
  2591. <h3 class="tsd-anchor-link"><span>to<wbr/>Ordered<wbr/>Set</span><a href="#toOrderedSet" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2592. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2593. <li class="tsd-signature tsd-anchor-link" id="toOrderedSet.toOrderedSet-1">to<wbr/>Ordered<wbr/>Set<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.OrderedSet-4.html" class="tsd-signature-type" data-tsd-kind="Function">OrderedSet</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#toOrderedSet.toOrderedSet-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2594. <li class="tsd-description">
  2595. <div class="tsd-comment tsd-typography"><p>Converts this Collection to a Set, maintaining the order of iteration and
  2596. discarding keys.</p>
  2597. <p>Note: This is equivalent to <code>OrderedSet(this.valueSeq())</code>, but provided
  2598. for convenience and to allow for chained expressions.</p>
  2599. </div>
  2600. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.OrderedSet-4.html" class="tsd-signature-type" data-tsd-kind="Function">OrderedSet</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2601. <p>Inherited from Collection.Keyed.toOrderedSet</p>
  2602. <ul>
  2603. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4111</li></ul></aside></li></ul></section>
  2604. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toSeq" class="tsd-anchor"></a>
  2605. <h3 class="tsd-anchor-link"><span>to<wbr/>Seq</span><a href="#toSeq" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2606. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2607. <li class="tsd-signature tsd-anchor-link" id="toSeq.toSeq-1">to<wbr/>Seq<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Keyed-2.html" class="tsd-signature-type" data-tsd-kind="Function">Keyed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#toSeq.toSeq-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2608. <li class="tsd-description">
  2609. <div class="tsd-comment tsd-typography"><p>Returns Seq.Keyed.</p>
  2610. </div>
  2611. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Keyed-2.html" class="tsd-signature-type" data-tsd-kind="Function">Keyed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2612. <p>Inherited from Collection.Keyed.toSeq</p>
  2613. <ul>
  2614. <li>Defined in node_modules/immutable/dist/immutable.d.ts:3357</li></ul></aside></li></ul></section>
  2615. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toSet" class="tsd-anchor"></a>
  2616. <h3 class="tsd-anchor-link"><span>to<wbr/>Set</span><a href="#toSet" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2617. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2618. <li class="tsd-signature tsd-anchor-link" id="toSet.toSet-1">to<wbr/>Set<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Set-5.html" class="tsd-signature-type" data-tsd-kind="Function">Set</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#toSet.toSet-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2619. <li class="tsd-description">
  2620. <div class="tsd-comment tsd-typography"><p>Converts this Collection to a Set, discarding keys. Throws if values
  2621. are not hashable.</p>
  2622. <p>Note: This is equivalent to <code>Set(this)</code>, but provided to allow for
  2623. chained expressions.</p>
  2624. </div>
  2625. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Set-5.html" class="tsd-signature-type" data-tsd-kind="Function">Set</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2626. <p>Inherited from Collection.Keyed.toSet</p>
  2627. <ul>
  2628. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4102</li></ul></aside></li></ul></section>
  2629. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toSetSeq" class="tsd-anchor"></a>
  2630. <h3 class="tsd-anchor-link"><span>to<wbr/>Set<wbr/>Seq</span><a href="#toSetSeq" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2631. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2632. <li class="tsd-signature tsd-anchor-link" id="toSetSeq.toSetSeq-1">to<wbr/>Set<wbr/>Seq<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Set-6.html" class="tsd-signature-type" data-tsd-kind="Function">Set</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#toSetSeq.toSetSeq-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2633. <li class="tsd-description">
  2634. <div class="tsd-comment tsd-typography"><p>Returns a Seq.Set of the values of this Collection, discarding keys.</p>
  2635. </div>
  2636. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Set-6.html" class="tsd-signature-type" data-tsd-kind="Function">Set</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2637. <p>Inherited from Collection.Keyed.toSetSeq</p>
  2638. <ul>
  2639. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4180</li></ul></aside></li></ul></section>
  2640. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="toStack" class="tsd-anchor"></a>
  2641. <h3 class="tsd-anchor-link"><span>to<wbr/>Stack</span><a href="#toStack" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2642. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2643. <li class="tsd-signature tsd-anchor-link" id="toStack.toStack-1">to<wbr/>Stack<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Stack-2.html" class="tsd-signature-type" data-tsd-kind="Function">Stack</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#toStack.toStack-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2644. <li class="tsd-description">
  2645. <div class="tsd-comment tsd-typography"><p>Converts this Collection to a Stack, discarding keys. Throws if values
  2646. are not hashable.</p>
  2647. <p>Note: This is equivalent to <code>Stack(this)</code>, but provided to allow for
  2648. chained expressions.</p>
  2649. </div>
  2650. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Stack-2.html" class="tsd-signature-type" data-tsd-kind="Function">Stack</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2651. <p>Inherited from Collection.Keyed.toStack</p>
  2652. <ul>
  2653. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4138</li></ul></aside></li></ul></section>
  2654. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="update" class="tsd-anchor"></a>
  2655. <h3 class="tsd-anchor-link"><span>update</span><a href="#update" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2656. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  2657. <li class="tsd-signature tsd-anchor-link" id="update.update-1">update<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, notSetValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span>, updater<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#update.update-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2658. <li class="tsd-description">
  2659. <div class="tsd-comment tsd-typography"><p>Returns a new Map having updated the value at this <code>key</code> with the return
  2660. value of calling <code>updater</code> with the existing value.</p>
  2661. <p>Similar to: <code>map.set(key, updater(map.get(key)))</code>.</p>
  2662. <!-- runkit:activate -->
  2663. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">aMap</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">key:</span><span class="hl-1"> </span><span class="hl-4">&#39;value&#39;</span><span class="hl-1"> })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newMap</span><span class="hl-1"> = </span><span class="hl-0">aMap</span><span class="hl-1">.</span><span class="hl-6">update</span><span class="hl-1">(</span><span class="hl-4">&#39;key&#39;</span><span class="hl-1">, </span><span class="hl-0">value</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">value</span><span class="hl-1"> + </span><span class="hl-0">value</span><span class="hl-1">)</span><br/><span class="hl-9">// Map { &quot;key&quot;: &quot;valuevalue&quot; }</span>
  2664. </code></pre>
  2665. <p>This is most commonly used to call methods on collections within a
  2666. structure of data. For example, in order to <code>.push()</code> onto a nested <code>List</code>,
  2667. <code>update</code> and <code>push</code> can be used together:</p>
  2668. <!-- runkit:activate
  2669. { "preamble": "const { Map, List } = require('immutable');" }
  2670. -->
  2671. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">aMap</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">nestedList:</span><span class="hl-1"> </span><span class="hl-6">List</span><span class="hl-1">([ </span><span class="hl-8">1</span><span class="hl-1">, </span><span class="hl-8">2</span><span class="hl-1">, </span><span class="hl-8">3</span><span class="hl-1"> ]) })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newMap</span><span class="hl-1"> = </span><span class="hl-0">aMap</span><span class="hl-1">.</span><span class="hl-6">update</span><span class="hl-1">(</span><span class="hl-4">&#39;nestedList&#39;</span><span class="hl-1">, </span><span class="hl-0">list</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">list</span><span class="hl-1">.</span><span class="hl-6">push</span><span class="hl-1">(</span><span class="hl-8">4</span><span class="hl-1">))</span><br/><span class="hl-9">// Map { &quot;nestedList&quot;: List [ 1, 2, 3, 4 ] }</span>
  2672. </code></pre>
  2673. <p>When a <code>notSetValue</code> is provided, it is provided to the <code>updater</code>
  2674. function when the value at the key does not exist in the Map.</p>
  2675. <!-- runkit:activate
  2676. { "preamble": "const { Map } = require('immutable');" }
  2677. -->
  2678. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">aMap</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">key:</span><span class="hl-1"> </span><span class="hl-4">&#39;value&#39;</span><span class="hl-1"> })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newMap</span><span class="hl-1"> = </span><span class="hl-0">aMap</span><span class="hl-1">.</span><span class="hl-6">update</span><span class="hl-1">(</span><span class="hl-4">&#39;noKey&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;no value&#39;</span><span class="hl-1">, </span><span class="hl-0">value</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">value</span><span class="hl-1"> + </span><span class="hl-0">value</span><span class="hl-1">)</span><br/><span class="hl-9">// Map { &quot;key&quot;: &quot;value&quot;, &quot;noKey&quot;: &quot;no valueno value&quot; }</span>
  2679. </code></pre>
  2680. <p>However, if the <code>updater</code> function returns the same value it was called
  2681. with, then no change will occur. This is still true if <code>notSetValue</code>
  2682. is provided.</p>
  2683. <!-- runkit:activate
  2684. { "preamble": "const { Map } = require('immutable');" }
  2685. -->
  2686. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">aMap</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">apples:</span><span class="hl-1"> </span><span class="hl-8">10</span><span class="hl-1"> })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newMap</span><span class="hl-1"> = </span><span class="hl-0">aMap</span><span class="hl-1">.</span><span class="hl-6">update</span><span class="hl-1">(</span><span class="hl-4">&#39;oranges&#39;</span><span class="hl-1">, </span><span class="hl-8">0</span><span class="hl-1">, </span><span class="hl-0">val</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">val</span><span class="hl-1">)</span><br/><span class="hl-9">// Map { &quot;apples&quot;: 10 }</span><br/><span class="hl-0">assert</span><span class="hl-1">.</span><span class="hl-6">strictEqual</span><span class="hl-1">(</span><span class="hl-0">newMap</span><span class="hl-1">, </span><span class="hl-0">map</span><span class="hl-1">);</span>
  2687. </code></pre>
  2688. <p>For code using ES2015 or later, using <code>notSetValue</code> is discourged in
  2689. favor of function parameter default values. This helps to avoid any
  2690. potential confusion with identify functions as described above.</p>
  2691. <p>The previous example behaves differently when written with default values:</p>
  2692. <!-- runkit:activate
  2693. { "preamble": "const { Map } = require('immutable');" }
  2694. -->
  2695. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">aMap</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">apples:</span><span class="hl-1"> </span><span class="hl-8">10</span><span class="hl-1"> })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newMap</span><span class="hl-1"> = </span><span class="hl-0">aMap</span><span class="hl-1">.</span><span class="hl-6">update</span><span class="hl-1">(</span><span class="hl-4">&#39;oranges&#39;</span><span class="hl-1">, (</span><span class="hl-0">val</span><span class="hl-1"> = </span><span class="hl-8">0</span><span class="hl-1">) </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">val</span><span class="hl-1">)</span><br/><span class="hl-9">// Map { &quot;apples&quot;: 10, &quot;oranges&quot;: 0 }</span>
  2696. </code></pre>
  2697. <p>If no key is provided, then the <code>updater</code> function return value is
  2698. returned as well.</p>
  2699. <!-- runkit:activate
  2700. { "preamble": "const { Map } = require('immutable');" }
  2701. -->
  2702. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">aMap</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">key:</span><span class="hl-1"> </span><span class="hl-4">&#39;value&#39;</span><span class="hl-1"> })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">result</span><span class="hl-1"> = </span><span class="hl-0">aMap</span><span class="hl-1">.</span><span class="hl-6">update</span><span class="hl-1">(</span><span class="hl-0">aMap</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">aMap</span><span class="hl-1">.</span><span class="hl-6">get</span><span class="hl-1">(</span><span class="hl-4">&#39;key&#39;</span><span class="hl-1">))</span><br/><span class="hl-9">// &quot;value&quot;</span>
  2703. </code></pre>
  2704. <p>This can be very useful as a way to &quot;chain&quot; a normal function into a
  2705. sequence of methods. RxJS calls this &quot;let&quot; and lodash calls it &quot;thru&quot;.</p>
  2706. <p>For example, to sum the values in a Map</p>
  2707. <!-- runkit:activate
  2708. { "preamble": "const { Map } = require('immutable');" }
  2709. -->
  2710. <pre><code class="language-js"><span class="hl-2">function</span><span class="hl-1"> </span><span class="hl-6">sum</span><span class="hl-1">(</span><span class="hl-0">collection</span><span class="hl-1">) {</span><br/><span class="hl-1"> </span><span class="hl-7">return</span><span class="hl-1"> </span><span class="hl-0">collection</span><span class="hl-1">.</span><span class="hl-6">reduce</span><span class="hl-1">((</span><span class="hl-0">sum</span><span class="hl-1">, </span><span class="hl-0">x</span><span class="hl-1">) </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">sum</span><span class="hl-1"> + </span><span class="hl-0">x</span><span class="hl-1">, </span><span class="hl-8">0</span><span class="hl-1">)</span><br/><span class="hl-1">}</span><br/><br/><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">x:</span><span class="hl-1"> </span><span class="hl-8">1</span><span class="hl-1">, </span><span class="hl-0">y:</span><span class="hl-1"> </span><span class="hl-8">2</span><span class="hl-1">, </span><span class="hl-0">z:</span><span class="hl-1"> </span><span class="hl-8">3</span><span class="hl-1"> })</span><br/><span class="hl-1"> .</span><span class="hl-6">map</span><span class="hl-1">(</span><span class="hl-0">x</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">x</span><span class="hl-1"> + </span><span class="hl-8">1</span><span class="hl-1">)</span><br/><span class="hl-1"> .</span><span class="hl-6">filter</span><span class="hl-1">(</span><span class="hl-0">x</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">x</span><span class="hl-1"> % </span><span class="hl-8">2</span><span class="hl-1"> === </span><span class="hl-8">0</span><span class="hl-1">)</span><br/><span class="hl-1"> .</span><span class="hl-6">update</span><span class="hl-1">(</span><span class="hl-0">sum</span><span class="hl-1">)</span><br/><span class="hl-9">// 6</span>
  2711. </code></pre>
  2712. <p>Note: <code>update(key)</code> can be used in <code>withMutations</code>.</p>
  2713. </div>
  2714. <div class="tsd-parameters">
  2715. <h4 class="tsd-parameters-title">Parameters</h4>
  2716. <ul class="tsd-parameter-list">
  2717. <li>
  2718. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  2719. <li>
  2720. <h5>notSetValue: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li>
  2721. <li>
  2722. <h5>updater: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span></h5>
  2723. <ul class="tsd-parameters">
  2724. <li class="tsd-parameter-signature">
  2725. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2726. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></li>
  2727. <li class="tsd-description">
  2728. <div class="tsd-parameters">
  2729. <h4 class="tsd-parameters-title">Parameters</h4>
  2730. <ul class="tsd-parameter-list">
  2731. <li>
  2732. <h5>value: <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  2733. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h4></li></ul></li></ul></li></ul></div>
  2734. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2735. <p>Overrides Collection.Keyed.update</p>
  2736. <ul>
  2737. <li>Defined in node_modules/immutable/dist/immutable.d.ts:956</li></ul></aside></li>
  2738. <li class="tsd-signature tsd-anchor-link" id="update.update-2">update<span class="tsd-signature-symbol">(</span>key<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span>, updater<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#update.update-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2739. <li class="tsd-description">
  2740. <div class="tsd-parameters">
  2741. <h4 class="tsd-parameters-title">Parameters</h4>
  2742. <ul class="tsd-parameter-list">
  2743. <li>
  2744. <h5>key: <span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span></h5></li>
  2745. <li>
  2746. <h5>updater: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span></h5>
  2747. <ul class="tsd-parameters">
  2748. <li class="tsd-parameter-signature">
  2749. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2750. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></li>
  2751. <li class="tsd-description">
  2752. <div class="tsd-parameters">
  2753. <h4 class="tsd-parameters-title">Parameters</h4>
  2754. <ul class="tsd-parameter-list">
  2755. <li>
  2756. <h5>value: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h5></li></ul></div>
  2757. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span></h4></li></ul></li></ul></li></ul></div>
  2758. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2759. <p>Overrides Collection.Keyed.update</p>
  2760. <ul>
  2761. <li>Defined in node_modules/immutable/dist/immutable.d.ts:957</li></ul></aside></li>
  2762. <li class="tsd-signature tsd-anchor-link" id="update.update-3">update<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>updater<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><a href="#update.update-3" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2763. <li class="tsd-description">
  2764. <div class="tsd-type-parameters">
  2765. <h4 class="tsd-type-parameters-title">Type Parameters</h4>
  2766. <ul class="tsd-type-parameters">
  2767. <li>
  2768. <h4>R</h4></li></ul></div>
  2769. <div class="tsd-parameters">
  2770. <h4 class="tsd-parameters-title">Parameters</h4>
  2771. <ul class="tsd-parameter-list">
  2772. <li>
  2773. <h5>updater: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span><span class="tsd-signature-symbol">)</span></h5>
  2774. <ul class="tsd-parameters">
  2775. <li class="tsd-parameter-signature">
  2776. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2777. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></li>
  2778. <li class="tsd-description">
  2779. <div class="tsd-parameters">
  2780. <h4 class="tsd-parameters-title">Parameters</h4>
  2781. <ul class="tsd-parameter-list">
  2782. <li>
  2783. <h5>value: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  2784. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h4></li></ul></li></ul></li></ul></div>
  2785. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">R</span></h4><aside class="tsd-sources">
  2786. <p>Overrides Collection.Keyed.update</p>
  2787. <ul>
  2788. <li>Defined in node_modules/immutable/dist/immutable.d.ts:958</li></ul></aside></li></ul></section>
  2789. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="updateIn" class="tsd-anchor"></a>
  2790. <h3 class="tsd-anchor-link"><span>update<wbr/>In</span><a href="#updateIn" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2791. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  2792. <li class="tsd-signature tsd-anchor-link" id="updateIn.updateIn-1">update<wbr/>In<span class="tsd-signature-symbol">(</span>keyPath<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span>, notSetValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span>, updater<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#updateIn.updateIn-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2793. <li class="tsd-description">
  2794. <div class="tsd-comment tsd-typography"><p>Returns a new Map having applied the <code>updater</code> to the entry found at the
  2795. keyPath.</p>
  2796. <p>This is most commonly used to call methods on collections nested within a
  2797. structure of data. For example, in order to <code>.push()</code> onto a nested <code>List</code>,
  2798. <code>updateIn</code> and <code>push</code> can be used together:</p>
  2799. <!-- runkit:activate -->
  2800. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1">, </span><span class="hl-5">List</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">map</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">inMap:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">inList:</span><span class="hl-1"> </span><span class="hl-6">List</span><span class="hl-1">([ </span><span class="hl-8">1</span><span class="hl-1">, </span><span class="hl-8">2</span><span class="hl-1">, </span><span class="hl-8">3</span><span class="hl-1"> ]) }) })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newMap</span><span class="hl-1"> = </span><span class="hl-0">map</span><span class="hl-1">.</span><span class="hl-6">updateIn</span><span class="hl-1">([</span><span class="hl-4">&#39;inMap&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;inList&#39;</span><span class="hl-1">], </span><span class="hl-0">list</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">list</span><span class="hl-1">.</span><span class="hl-6">push</span><span class="hl-1">(</span><span class="hl-8">4</span><span class="hl-1">))</span><br/><span class="hl-9">// Map { &quot;inMap&quot;: Map { &quot;inList&quot;: List [ 1, 2, 3, 4 ] } }</span>
  2801. </code></pre>
  2802. <p>If any keys in <code>keyPath</code> do not exist, new Immutable <code>Map</code>s will
  2803. be created at those keys. If the <code>keyPath</code> does not already contain a
  2804. value, the <code>updater</code> function will be called with <code>notSetValue</code>, if
  2805. provided, otherwise <code>undefined</code>.</p>
  2806. <!-- runkit:activate
  2807. { "preamble": "const { Map } = require('immutable')" }
  2808. -->
  2809. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">map</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">c:</span><span class="hl-1"> </span><span class="hl-8">10</span><span class="hl-1"> }) }) })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newMap</span><span class="hl-1"> = </span><span class="hl-0">map</span><span class="hl-1">.</span><span class="hl-6">updateIn</span><span class="hl-1">([</span><span class="hl-4">&#39;a&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;b&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;c&#39;</span><span class="hl-1">], </span><span class="hl-0">val</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">val</span><span class="hl-1"> * </span><span class="hl-8">2</span><span class="hl-1">)</span><br/><span class="hl-9">// Map { &quot;a&quot;: Map { &quot;b&quot;: Map { &quot;c&quot;: 20 } } }</span>
  2810. </code></pre>
  2811. <p>If the <code>updater</code> function returns the same value it was called with, then
  2812. no change will occur. This is still true if <code>notSetValue</code> is provided.</p>
  2813. <!-- runkit:activate
  2814. { "preamble": "const { Map } = require('immutable')" }
  2815. -->
  2816. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">map</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">c:</span><span class="hl-1"> </span><span class="hl-8">10</span><span class="hl-1"> }) }) })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newMap</span><span class="hl-1"> = </span><span class="hl-0">map</span><span class="hl-1">.</span><span class="hl-6">updateIn</span><span class="hl-1">([</span><span class="hl-4">&#39;a&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;b&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;x&#39;</span><span class="hl-1">], </span><span class="hl-8">100</span><span class="hl-1">, </span><span class="hl-0">val</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">val</span><span class="hl-1">)</span><br/><span class="hl-9">// Map { &quot;a&quot;: Map { &quot;b&quot;: Map { &quot;c&quot;: 10 } } }</span><br/><span class="hl-0">assert</span><span class="hl-1">.</span><span class="hl-6">strictEqual</span><span class="hl-1">(</span><span class="hl-0">newMap</span><span class="hl-1">, </span><span class="hl-0">aMap</span><span class="hl-1">)</span>
  2817. </code></pre>
  2818. <p>For code using ES2015 or later, using <code>notSetValue</code> is discourged in
  2819. favor of function parameter default values. This helps to avoid any
  2820. potential confusion with identify functions as described above.</p>
  2821. <p>The previous example behaves differently when written with default values:</p>
  2822. <!-- runkit:activate
  2823. { "preamble": "const { Map } = require('immutable')" }
  2824. -->
  2825. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">map</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">b:</span><span class="hl-1"> </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">c:</span><span class="hl-1"> </span><span class="hl-8">10</span><span class="hl-1"> }) }) })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newMap</span><span class="hl-1"> = </span><span class="hl-0">map</span><span class="hl-1">.</span><span class="hl-6">updateIn</span><span class="hl-1">([</span><span class="hl-4">&#39;a&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;b&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;x&#39;</span><span class="hl-1">], (</span><span class="hl-0">val</span><span class="hl-1"> = </span><span class="hl-8">100</span><span class="hl-1">) </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">val</span><span class="hl-1">)</span><br/><span class="hl-9">// Map { &quot;a&quot;: Map { &quot;b&quot;: Map { &quot;c&quot;: 10, &quot;x&quot;: 100 } } }</span>
  2826. </code></pre>
  2827. <p>Plain JavaScript Object or Arrays may be nested within an Immutable.js
  2828. Collection, and updateIn() can update those values as well, treating them
  2829. immutably by creating new copies of those values with the changes applied.</p>
  2830. <!-- runkit:activate
  2831. { "preamble": "const { Map } = require('immutable')" }
  2832. -->
  2833. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">map</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">({ </span><span class="hl-0">a:</span><span class="hl-1"> { </span><span class="hl-0">b:</span><span class="hl-1"> { </span><span class="hl-0">c:</span><span class="hl-1"> </span><span class="hl-8">10</span><span class="hl-1"> } } })</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">newMap</span><span class="hl-1"> = </span><span class="hl-0">map</span><span class="hl-1">.</span><span class="hl-6">updateIn</span><span class="hl-1">([</span><span class="hl-4">&#39;a&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;b&#39;</span><span class="hl-1">, </span><span class="hl-4">&#39;c&#39;</span><span class="hl-1">], </span><span class="hl-0">val</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> </span><span class="hl-0">val</span><span class="hl-1"> * </span><span class="hl-8">2</span><span class="hl-1">)</span><br/><span class="hl-9">// Map { &quot;a&quot;: { b: { c: 20 } } }</span>
  2834. </code></pre>
  2835. <p>If any key in the path exists but cannot be updated (such as a primitive
  2836. like number or a custom Object like Date), an error will be thrown.</p>
  2837. <p>Note: <code>updateIn</code> can be used in <code>withMutations</code>.</p>
  2838. </div>
  2839. <div class="tsd-parameters">
  2840. <h4 class="tsd-parameters-title">Parameters</h4>
  2841. <ul class="tsd-parameter-list">
  2842. <li>
  2843. <h5>keyPath: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h5></li>
  2844. <li>
  2845. <h5>notSetValue: <span class="tsd-signature-type">unknown</span></h5></li>
  2846. <li>
  2847. <h5>updater: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span></h5>
  2848. <ul class="tsd-parameters">
  2849. <li class="tsd-parameter-signature">
  2850. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2851. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span></li>
  2852. <li class="tsd-description">
  2853. <div class="tsd-parameters">
  2854. <h4 class="tsd-parameters-title">Parameters</h4>
  2855. <ul class="tsd-parameter-list">
  2856. <li>
  2857. <h5>value: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  2858. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">unknown</span></h4></li></ul></li></ul></li></ul></div>
  2859. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2860. <ul>
  2861. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1234</li></ul></aside></li>
  2862. <li class="tsd-signature tsd-anchor-link" id="updateIn.updateIn-2">update<wbr/>In<span class="tsd-signature-symbol">(</span>keyPath<span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span>, updater<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#updateIn.updateIn-2" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2863. <li class="tsd-description">
  2864. <div class="tsd-parameters">
  2865. <h4 class="tsd-parameters-title">Parameters</h4>
  2866. <ul class="tsd-parameter-list">
  2867. <li>
  2868. <h5>keyPath: <a href="RcsbFv3DAssembly._internal_.Iterable.html" class="tsd-signature-type" data-tsd-kind="Interface">Iterable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></h5></li>
  2869. <li>
  2870. <h5>updater: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span></h5>
  2871. <ul class="tsd-parameters">
  2872. <li class="tsd-parameter-signature">
  2873. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2874. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span></li>
  2875. <li class="tsd-description">
  2876. <div class="tsd-parameters">
  2877. <h4 class="tsd-parameters-title">Parameters</h4>
  2878. <ul class="tsd-parameter-list">
  2879. <li>
  2880. <h5>value: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
  2881. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">unknown</span></h4></li></ul></li></ul></li></ul></div>
  2882. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2883. <ul>
  2884. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1239</li></ul></aside></li></ul></section>
  2885. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="valueSeq" class="tsd-anchor"></a>
  2886. <h3 class="tsd-anchor-link"><span>value<wbr/>Seq</span><a href="#valueSeq" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2887. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2888. <li class="tsd-signature tsd-anchor-link" id="valueSeq.valueSeq-1">value<wbr/>Seq<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Indexed-5.html" class="tsd-signature-type" data-tsd-kind="Function">Indexed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#valueSeq.valueSeq-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2889. <li class="tsd-description">
  2890. <div class="tsd-comment tsd-typography"><p>Returns an Seq.Indexed of the values of this Collection, discarding keys.</p>
  2891. </div>
  2892. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Indexed-5.html" class="tsd-signature-type" data-tsd-kind="Function">Indexed</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2893. <p>Inherited from Collection.Keyed.valueSeq</p>
  2894. <ul>
  2895. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4224</li></ul></aside></li></ul></section>
  2896. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="values" class="tsd-anchor"></a>
  2897. <h3 class="tsd-anchor-link"><span>values</span><a href="#values" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2898. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
  2899. <li class="tsd-signature tsd-anchor-link" id="values.values-1">values<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="RcsbFv3DAssembly._internal_.IterableIterator.html" class="tsd-signature-type" data-tsd-kind="Interface">IterableIterator</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#values.values-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2900. <li class="tsd-description">
  2901. <div class="tsd-comment tsd-typography"><p>An iterator of this <code>Collection</code>&#39;s values.</p>
  2902. <p>Note: this will return an ES6 iterator which does not support
  2903. Immutable.js sequence algorithms. Use <code>valueSeq</code> instead, if this is
  2904. what you want.</p>
  2905. </div>
  2906. <h4 class="tsd-returns-title">Returns <a href="RcsbFv3DAssembly._internal_.IterableIterator.html" class="tsd-signature-type" data-tsd-kind="Interface">IterableIterator</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2907. <p>Inherited from Collection.Keyed.values</p>
  2908. <ul>
  2909. <li>Defined in node_modules/immutable/dist/immutable.d.ts:4200</li></ul></aside></li></ul></section>
  2910. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="wasAltered" class="tsd-anchor"></a>
  2911. <h3 class="tsd-anchor-link"><span>was<wbr/>Altered</span><a href="#wasAltered" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2912. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  2913. <li class="tsd-signature tsd-anchor-link" id="wasAltered.wasAltered-1">was<wbr/>Altered<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#wasAltered.wasAltered-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2914. <li class="tsd-description">
  2915. <div class="tsd-comment tsd-typography"><p>Returns true if this is a mutable copy (see <code>asMutable()</code>) and mutative
  2916. alterations have been applied.</p>
  2917. <h3>See</h3><p><code>Map#asMutable</code></p>
  2918. </div>
  2919. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
  2920. <ul>
  2921. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1333</li></ul></aside></li></ul></section>
  2922. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a id="withMutations" class="tsd-anchor"></a>
  2923. <h3 class="tsd-anchor-link"><span>with<wbr/>Mutations</span><a href="#withMutations" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
  2924. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
  2925. <li class="tsd-signature tsd-anchor-link" id="withMutations.withMutations-1">with<wbr/>Mutations<span class="tsd-signature-symbol">(</span>mutator<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>mutable<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><a href="#withMutations.withMutations-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
  2926. <li class="tsd-description">
  2927. <div class="tsd-comment tsd-typography"><p>Every time you call one of the above functions, a new immutable Map is
  2928. created. If a pure function calls a number of these to produce a final
  2929. return value, then a penalty on performance and memory has been paid by
  2930. creating all of the intermediate immutable Maps.</p>
  2931. <p>If you need to apply a series of mutations to produce a new immutable
  2932. Map, <code>withMutations()</code> creates a temporary mutable copy of the Map which
  2933. can apply mutations in a highly performant manner. In fact, this is
  2934. exactly how complex mutations like <code>merge</code> are done.</p>
  2935. <p>As an example, this results in the creation of 2, not 4, new Maps:</p>
  2936. <!-- runkit:activate -->
  2937. <pre><code class="language-js"><span class="hl-2">const</span><span class="hl-1"> { </span><span class="hl-5">Map</span><span class="hl-1"> } = </span><span class="hl-6">require</span><span class="hl-1">(</span><span class="hl-4">&#39;immutable&#39;</span><span class="hl-1">)</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">map1</span><span class="hl-1"> = </span><span class="hl-3">Map</span><span class="hl-1">()</span><br/><span class="hl-2">const</span><span class="hl-1"> </span><span class="hl-5">map2</span><span class="hl-1"> = </span><span class="hl-0">map1</span><span class="hl-1">.</span><span class="hl-6">withMutations</span><span class="hl-1">(</span><span class="hl-0">map</span><span class="hl-1"> </span><span class="hl-2">=&gt;</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-0">map</span><span class="hl-1">.</span><span class="hl-6">set</span><span class="hl-1">(</span><span class="hl-4">&#39;a&#39;</span><span class="hl-1">, </span><span class="hl-8">1</span><span class="hl-1">).</span><span class="hl-6">set</span><span class="hl-1">(</span><span class="hl-4">&#39;b&#39;</span><span class="hl-1">, </span><span class="hl-8">2</span><span class="hl-1">).</span><span class="hl-6">set</span><span class="hl-1">(</span><span class="hl-4">&#39;c&#39;</span><span class="hl-1">, </span><span class="hl-8">3</span><span class="hl-1">)</span><br/><span class="hl-1">})</span><br/><span class="hl-0">assert</span><span class="hl-1">.</span><span class="hl-6">equal</span><span class="hl-1">(</span><span class="hl-0">map1</span><span class="hl-1">.</span><span class="hl-0">size</span><span class="hl-1">, </span><span class="hl-8">0</span><span class="hl-1">)</span><br/><span class="hl-0">assert</span><span class="hl-1">.</span><span class="hl-6">equal</span><span class="hl-1">(</span><span class="hl-0">map2</span><span class="hl-1">.</span><span class="hl-0">size</span><span class="hl-1">, </span><span class="hl-8">3</span><span class="hl-1">)</span>
  2938. </code></pre>
  2939. <p>Note: Not all methods can be used on a mutable collection or within
  2940. <code>withMutations</code>! Read the documentation for each method to see if it
  2941. is safe to use in <code>withMutations</code>.</p>
  2942. </div>
  2943. <div class="tsd-parameters">
  2944. <h4 class="tsd-parameters-title">Parameters</h4>
  2945. <ul class="tsd-parameter-list">
  2946. <li>
  2947. <h5>mutator: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>mutable<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span></h5>
  2948. <ul class="tsd-parameters">
  2949. <li class="tsd-parameter-signature">
  2950. <ul class="tsd-signatures tsd-kind-type-literal tsd-is-external">
  2951. <li class="tsd-signature"><span class="tsd-signature-symbol">(</span>mutable<span class="tsd-signature-symbol">: </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span></li>
  2952. <li class="tsd-description">
  2953. <div class="tsd-parameters">
  2954. <h4 class="tsd-parameters-title">Parameters</h4>
  2955. <ul class="tsd-parameter-list">
  2956. <li>
  2957. <h5>mutable: <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
  2958. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">unknown</span></h4></li></ul></li></ul></li></ul></div>
  2959. <h4 class="tsd-returns-title">Returns <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/RcsbFv3DAssembly._internal_.Map-2.html" class="tsd-signature-type" data-tsd-kind="Function">Map</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">K</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">V</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
  2960. <ul>
  2961. <li>Defined in node_modules/immutable/dist/immutable.d.ts:1305</li></ul></aside></li></ul></section></section></div>
  2962. <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
  2963. <div class="tsd-navigation settings">
  2964. <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
  2965. <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
  2966. <div class="tsd-accordion-details">
  2967. <div class="tsd-filter-visibility">
  2968. <h4 class="uppercase">Member Visibility</h4><form>
  2969. <ul id="tsd-filter-options">
  2970. <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
  2971. <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li>
  2972. <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
  2973. <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
  2974. <div class="tsd-theme-toggle">
  2975. <h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
  2976. <nav class="tsd-navigation primary">
  2977. <details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
  2978. <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
  2979. <div class="tsd-accordion-details">
  2980. <ul>
  2981. <li class="current"><a href="../modules.html">@rcsb/rcsb-<wbr/>saguaro-<wbr/>3d</a>
  2982. <ul>
  2983. <li class="current tsd-kind-module"><a href="../modules/RcsbFv3DAssembly.html">Rcsb<wbr/>Fv3DAssembly</a>
  2984. <ul>
  2985. <li class="current tsd-kind-namespace tsd-parent-kind-module"><a href="../modules/RcsbFv3DAssembly._internal_.html">&lt;internal&gt;</a>
  2986. <ul>
  2987. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_geo_geometry_text_font_atlas_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>geo/geometry/text/font-<wbr/>atlas&quot;</a></li>
  2988. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_gl_render_object_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>gl/render-<wbr/>object&quot;</a></li>
  2989. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_gl_renderable_schema_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>gl/renderable/schema&quot;</a></li>
  2990. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_model_structure_model_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>model/structure/model&quot;</a>
  2991. <ul>
  2992. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_model_structure_model_.IndexedCustomProperty.html">Indexed<wbr/>Custom<wbr/>Property</a></li>
  2993. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_model_structure_model_.Symmetry.html">Symmetry</a></li>
  2994. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_model_structure_model_.Types.html">Types</a>
  2995. <ul>
  2996. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_model_structure_model_.Types.BondType.html">Bond<wbr/>Type</a></li>
  2997. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_model_structure_model_.Types.SecondaryStructureType.html">Secondary<wbr/>Structure<wbr/>Type</a></li></ul></li></ul></li>
  2998. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_model_structure_model_properties_atomic_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>model/structure/model/properties/atomic&quot;</a>
  2999. <ul>
  3000. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_model_structure_model_properties_atomic_.AtomicHierarchy.html">Atomic<wbr/>Hierarchy</a></li>
  3001. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_model_structure_model_properties_atomic_.AtomicIndex.html">Atomic<wbr/>Index</a></li></ul></li>
  3002. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_builder_structure_representation_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/builder/structure/representation&quot;</a>
  3003. <ul>
  3004. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_builder_structure_representation_.StructureRepresentationBuilder.html">Structure<wbr/>Representation<wbr/>Builder</a></li></ul></li>
  3005. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_transforms_data_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/transforms/data&quot;</a></li>
  3006. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_transforms_misc_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/transforms/misc&quot;</a></li>
  3007. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_transforms_model_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/transforms/model&quot;</a></li>
  3008. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_transforms_representation_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/transforms/representation&quot;</a>
  3009. <ul>
  3010. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_transforms_representation_.VolumeRepresentation3DHelpers.html">Volume<wbr/>Representation3DHelpers</a></li></ul></li>
  3011. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_transforms_shape_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/transforms/shape&quot;</a></li>
  3012. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_transforms_volume_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/transforms/volume&quot;</a></li>
  3013. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_repr_structure_representation_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>repr/structure/representation&quot;</a></li>
  3014. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_repr_volume_representation_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>repr/volume/representation&quot;</a></li>
  3015. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_script_language_symbol_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>script/language/symbol&quot;</a>
  3016. <ul>
  3017. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_script_language_symbol_.Arguments.html">Arguments</a></li></ul></li>
  3018. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_script_language_type_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>script/language/type&quot;</a></li>
  3019. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_state_state_builder_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>state/state/builder&quot;</a></li>
  3020. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_state_transformer_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>state/transformer&quot;</a></li>
  3021. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_task_execution_synchronous_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>task/execution/synchronous&quot;</a></li>
  3022. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_binding_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>util/binding&quot;</a></li>
  3023. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_clip_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>util/clip&quot;</a>
  3024. <ul>
  3025. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_clip_.Clip.html">Clip</a></li></ul></li>
  3026. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_color_color_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>util/color/color&quot;</a>
  3027. <ul>
  3028. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_color_color_.Color.html">Color</a></li></ul></li>
  3029. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_color_index_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>util/color/index&quot;</a>
  3030. <ul>
  3031. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_color_index_.Color.html">Color</a></li>
  3032. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_color_index_.ColorScale.html">Color<wbr/>Scale</a></li></ul></li>
  3033. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_uuid_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>util/uuid&quot;</a></li>
  3034. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Arguments.html">Arguments</a></li>
  3035. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ArrayEncoder.html">Array<wbr/>Encoder</a></li>
  3036. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Assembly.html">Assembly</a></li>
  3037. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Asset.html">Asset</a></li>
  3038. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.AtomicHierarchy.html">Atomic<wbr/>Hierarchy</a></li>
  3039. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.AtomicIndex.html">Atomic<wbr/>Index</a></li>
  3040. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Axes3D.html">Axes3D</a></li>
  3041. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Binding.html">Binding</a>
  3042. <ul>
  3043. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Binding.Trigger.html">Trigger</a></li></ul></li>
  3044. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.BitFlags.html">Bit<wbr/>Flags</a></li>
  3045. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Box3D.html">Box3D</a></li>
  3046. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Bundle.html">Bundle</a></li>
  3047. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ButtonsType.html">Buttons<wbr/>Type</a></li>
  3048. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Camera.html">Camera</a></li>
  3049. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CameraTransitionManager.html">Camera<wbr/>Transition<wbr/>Manager</a></li>
  3050. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Canvas3D.html">Canvas3D</a></li>
  3051. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Canvas3DContext.html">Canvas3DContext</a></li>
  3052. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Category.html">Category</a></li>
  3053. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Cell.html">Cell</a></li>
  3054. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CifCategory.html">Cif<wbr/>Category</a></li>
  3055. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CifExportContext.html">Cif<wbr/>Export<wbr/>Context</a></li>
  3056. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CifField.html">Cif<wbr/>Field</a></li>
  3057. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Clipping.html">Clipping</a>
  3058. <ul>
  3059. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Clipping.Groups.html">Groups</a></li></ul></li>
  3060. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CoarseHierarchy.html">Coarse<wbr/>Hierarchy</a></li>
  3061. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Collection.html">Collection</a>
  3062. <ul>
  3063. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Collection.Indexed.html">Indexed</a></li>
  3064. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Collection.Keyed.html">Keyed</a></li>
  3065. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Collection.Set.html">Set</a></li></ul></li>
  3066. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Color.html">Color</a></li>
  3067. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ColorTheme.html">Color<wbr/>Theme</a></li>
  3068. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Column.html">Column</a>
  3069. <ul>
  3070. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Column.Schema.html">Schema</a></li></ul></li>
  3071. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CompiledQueryFn.html">Compiled<wbr/>Query<wbr/>Fn</a></li>
  3072. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Coordinates.html">Coordinates</a></li>
  3073. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CubeFile.html">Cube<wbr/>File</a></li>
  3074. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CustomPropertyDescriptor.html">Custom<wbr/>Property<wbr/>Descriptor</a></li>
  3075. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Cylinders.html">Cylinders</a></li>
  3076. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.DirectVolume.html">Direct<wbr/>Volume</a></li>
  3077. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.DxFile.html">Dx<wbr/>File</a></li>
  3078. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Encoding.html">Encoding</a></li>
  3079. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Expression.html">Expression</a></li>
  3080. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Field.html">Field</a></li>
  3081. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Generators.html">Generators</a></li>
  3082. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Geometry.html">Geometry</a></li>
  3083. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Grid.html">Grid</a></li>
  3084. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Image.html">Image</a></li>
  3085. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Indexed.html">Indexed</a></li>
  3086. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Indexed-1.html">Indexed</a></li>
  3087. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.InputObserver.html">Input<wbr/>Observer</a></li>
  3088. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.IntAdjacencyGraph.html">Int<wbr/>Adjacency<wbr/>Graph</a></li>
  3089. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.IntMap.html">Int<wbr/>Map</a></li>
  3090. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.InterUnitBonds.html">Inter<wbr/>Unit<wbr/>Bonds</a></li>
  3091. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.InterUnitGraph.html">Inter<wbr/>Unit<wbr/>Graph</a></li>
  3092. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.InteractivityManager.html">Interactivity<wbr/>Manager</a></li>
  3093. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Interval.html">Interval</a></li>
  3094. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.IntraUnitBonds.html">Intra<wbr/>Unit<wbr/>Bonds</a></li>
  3095. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Iterator.html">Iterator</a></li>
  3096. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Keyed.html">Keyed</a></li>
  3097. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Lines.html">Lines</a></li>
  3098. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.List.html">List</a></li>
  3099. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Location.html">Location</a></li>
  3100. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Loci.html">Loci</a></li>
  3101. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Loci-1.html">Loci</a></li>
  3102. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Loci-2.html">Loci</a></li>
  3103. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.LogEntry.html">Log<wbr/>Entry</a></li>
  3104. <li class="selected tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Map.html">Map</a></li>
  3105. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.MarkerActions.html">Marker<wbr/>Actions</a></li>
  3106. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Mat3.html">Mat3</a></li>
  3107. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Mat4.html">Mat4</a></li>
  3108. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Material.html">Material</a></li>
  3109. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Mesh.html">Mesh</a></li>
  3110. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Model.html">Model</a></li>
  3111. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ModifiersKeys.html">Modifiers<wbr/>Keys</a></li>
  3112. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.MolScriptBuilder.html">Mol<wbr/>Script<wbr/>Builder</a></li>
  3113. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Object3D.html">Object3D</a></li>
  3114. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ObjectEvent.html">Object<wbr/>Event</a></li>
  3115. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.OrderedMap.html">Ordered<wbr/>Map</a></li>
  3116. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.OrderedSet.html">Ordered<wbr/>Set</a></li>
  3117. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.OrderedSet-1.html">Ordered<wbr/>Set</a></li>
  3118. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Overpaint.html">Overpaint</a></li>
  3119. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PickingId.html">Picking<wbr/>Id</a></li>
  3120. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PixelData.html">Pixel<wbr/>Data</a></li>
  3121. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginAnimationManager.html">Plugin<wbr/>Animation<wbr/>Manager</a></li>
  3122. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginBehavior.html">Plugin<wbr/>Behavior</a></li>
  3123. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginCommand.html">Plugin<wbr/>Command</a></li>
  3124. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginSpec.html">Plugin<wbr/>Spec</a></li>
  3125. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginState.html">Plugin<wbr/>State</a></li>
  3126. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginStateAnimation.html">Plugin<wbr/>State<wbr/>Animation</a></li>
  3127. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginStateSnapshotManager.html">Plugin<wbr/>State<wbr/>Snapshot<wbr/>Manager</a></li>
  3128. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginToastManager.html">Plugin<wbr/>Toast<wbr/>Manager</a></li>
  3129. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Points.html">Points</a></li>
  3130. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PrincipalAxes.html">Principal<wbr/>Axes</a></li>
  3131. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Progress.html">Progress</a></li>
  3132. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Quat.html">Quat</a></li>
  3133. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.QueryRuntimeArguments.html">Query<wbr/>Runtime<wbr/>Arguments</a></li>
  3134. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.QuerySymbolRuntime.html">Query<wbr/>Symbol<wbr/>Runtime</a></li>
  3135. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Renderer.html">Renderer</a></li>
  3136. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Representation.html">Representation</a>
  3137. <ul>
  3138. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Representation.Loci.html">Loci</a></li></ul></li>
  3139. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.RepresentationProvider.html">Representation<wbr/>Provider</a></li>
  3140. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Result.html">Result</a></li>
  3141. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.RuntimeContext.html">Runtime<wbr/>Context</a></li>
  3142. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.RxEventHelper.html">Rx<wbr/>Event<wbr/>Helper</a></li>
  3143. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Scene.html">Scene</a></li>
  3144. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Script.html">Script</a></li>
  3145. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Segmentation.html">Segmentation</a></li>
  3146. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Seq.html">Seq</a>
  3147. <ul>
  3148. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Seq.Indexed.html">Indexed</a></li>
  3149. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Seq.Keyed.html">Keyed</a></li>
  3150. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Seq.Set.html">Set</a></li></ul></li>
  3151. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Sequence.html">Sequence</a></li>
  3152. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Set.html">Set</a></li>
  3153. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Set-1.html">Set</a></li>
  3154. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Shape.html">Shape</a></li>
  3155. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.SizeTheme.html">Size<wbr/>Theme</a></li>
  3156. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.SortedArray.html">Sorted<wbr/>Array</a></li>
  3157. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.SortedRanges.html">Sorted<wbr/>Ranges</a></li>
  3158. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Spacegroup.html">Spacegroup</a></li>
  3159. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.SpacegroupCell.html">Spacegroup<wbr/>Cell</a></li>
  3160. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Sphere3D.html">Sphere3D</a></li>
  3161. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Spheres.html">Spheres</a></li>
  3162. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Stack.html">Stack</a></li>
  3163. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.State.html">State</a>
  3164. <ul>
  3165. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.State.ObjectEvent.html">Object<wbr/>Event</a></li></ul></li>
  3166. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateAction.html">State<wbr/>Action</a>
  3167. <ul>
  3168. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateAction.Builder.html">Builder</a></li></ul></li>
  3169. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateBuilder.html">State<wbr/>Builder</a></li>
  3170. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateObject.html">State<wbr/>Object</a></li>
  3171. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateObjectCell.html">State<wbr/>Object<wbr/>Cell</a></li>
  3172. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateObjectRef.html">State<wbr/>Object<wbr/>Ref</a></li>
  3173. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateObjectSelector.html">State<wbr/>Object<wbr/>Selector</a></li>
  3174. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateTree.html">State<wbr/>Tree</a></li>
  3175. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateTreeSpine.html">State<wbr/>Tree<wbr/>Spine</a></li>
  3176. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StereoCamera.html">Stereo<wbr/>Camera</a></li>
  3177. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Structure.html">Structure</a></li>
  3178. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Structure-1.html">Structure</a></li>
  3179. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureComponentManager.html">Structure<wbr/>Component<wbr/>Manager</a></li>
  3180. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureHierarchyManager.html">Structure<wbr/>Hierarchy<wbr/>Manager</a></li>
  3181. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureQuery.html">Structure<wbr/>Query</a></li>
  3182. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureRepresentationBuilder.html">Structure<wbr/>Representation<wbr/>Builder</a></li>
  3183. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureRepresentationPresetProvider.html">Structure<wbr/>Representation<wbr/>Preset<wbr/>Provider</a></li>
  3184. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureRepresentationRegistry.html">Structure<wbr/>Representation<wbr/>Registry</a></li>
  3185. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureResult.html">Structure<wbr/>Result</a></li>
  3186. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureSelection.html">Structure<wbr/>Selection</a></li>
  3187. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureSequence.html">Structure<wbr/>Sequence</a></li>
  3188. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Substance.html">Substance</a></li>
  3189. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.SymmetryGroup.html">Symmetry<wbr/>Group</a></li>
  3190. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.SymmetryOperator.html">Symmetry<wbr/>Operator</a></li>
  3191. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Table.html">Table</a></li>
  3192. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Task.html">Task</a></li>
  3193. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.TaskManager.html">Task<wbr/>Manager</a></li>
  3194. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Tensor.html">Tensor</a></li>
  3195. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Text.html">Text</a></li>
  3196. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.TextureMesh.html">Texture<wbr/>Mesh</a></li>
  3197. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Theme.html">Theme</a></li>
  3198. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Time.html">Time</a></li>
  3199. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Topology.html">Topology</a></li>
  3200. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Traits.html">Traits</a></li>
  3201. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.TrajectoryHierarchyPresetProvider.html">Trajectory<wbr/>Hierarchy<wbr/>Preset<wbr/>Provider</a></li>
  3202. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Transform.html">Transform</a></li>
  3203. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Transformer.html">Transformer</a>
  3204. <ul>
  3205. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Transformer.Builder.html">Builder</a></li></ul></li>
  3206. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Transparency.html">Transparency</a></li>
  3207. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Type.html">Type</a></li>
  3208. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.UUID.html">UUID</a></li>
  3209. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Unit.html">Unit</a>
  3210. <ul>
  3211. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Unit.SymmetryGroup.html">Symmetry<wbr/>Group</a></li>
  3212. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Unit.Traits.html">Traits</a></li></ul></li>
  3213. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.UnitRing.html">Unit<wbr/>Ring</a></li>
  3214. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.UnitRings.html">Unit<wbr/>Rings</a></li>
  3215. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ValueBox.html">Value<wbr/>Box</a></li>
  3216. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ValueCell.html">Value<wbr/>Cell</a></li>
  3217. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ValueRef.html">Value<wbr/>Ref</a></li>
  3218. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Vec2.html">Vec2</a></li>
  3219. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Vec3.html">Vec3</a></li>
  3220. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Vec4.html">Vec4</a></li>
  3221. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Viewport.html">Viewport</a></li>
  3222. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ViewportScreenshotHelper.html">Viewport<wbr/>Screenshot<wbr/>Helper</a></li>
  3223. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Visual.html">Visual</a></li>
  3224. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.VisualUpdateState.html">Visual<wbr/>Update<wbr/>State</a></li>
  3225. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Volume.html">Volume</a>
  3226. <ul>
  3227. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Volume.Cell.html">Cell</a></li>
  3228. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Volume.IsoValue.html">Iso<wbr/>Value</a></li>
  3229. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Volume.Isosurface.html">Isosurface</a></li></ul></li>
  3230. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.VolumeHierarchyManager.html">Volume<wbr/>Hierarchy<wbr/>Manager</a></li>
  3231. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.VolumeRepresentationRegistry.html">Volume<wbr/>Representation<wbr/>Registry</a></li>
  3232. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.VolumeServerHeader.html">Volume<wbr/>Server<wbr/>Header</a>
  3233. <ul>
  3234. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.VolumeServerHeader.ValueType.html">Value<wbr/>Type</a></li></ul></li>
  3235. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.VolumeServerInfo.html">Volume<wbr/>Server<wbr/>Info</a></li>
  3236. <li class="tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.VolumeStreaming.html">Volume<wbr/>Streaming</a></li></ul></li></ul></li>
  3237. <li class="tsd-kind-module"><a href="../modules/RcsbFv3DCustom.html">Rcsb<wbr/>Fv3DCustom</a></li></ul></li></ul></div></details></nav>
  3238. <nav class="tsd-navigation secondary menu-sticky">
  3239. <ul>
  3240. <li class="current tsd-kind-interface tsd-parent-kind-namespace tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Map</span></a>
  3241. <ul>
  3242. <li class="tsd-kind-constructor tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-512-path"></use><use href="#icon-512-text"></use></svg>constructor</a></li>
  3243. <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#size" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>size</a></li>
  3244. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#_iterator_" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>[iterator]</a></li>
  3245. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#asImmutable" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>as<wbr/>Immutable</a></li>
  3246. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#asMutable" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>as<wbr/>Mutable</a></li>
  3247. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#butLast" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>but<wbr/>Last</a></li>
  3248. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#clear" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>clear</a></li>
  3249. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#concat" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>concat</a></li>
  3250. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#contains" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>contains</a></li>
  3251. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#count" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>count</a></li>
  3252. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#countBy" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>count<wbr/>By</a></li>
  3253. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#delete" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>delete</a></li>
  3254. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#deleteAll" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>delete<wbr/>All</a></li>
  3255. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#deleteIn" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>delete<wbr/>In</a></li>
  3256. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#entries" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>entries</a></li>
  3257. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#entrySeq" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>entry<wbr/>Seq</a></li>
  3258. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#equals" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>equals</a></li>
  3259. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#every" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>every</a></li>
  3260. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#filter" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>filter</a></li>
  3261. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#filterNot" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>filter<wbr/>Not</a></li>
  3262. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#find" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>find</a></li>
  3263. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#findEntry" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>find<wbr/>Entry</a></li>
  3264. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#findKey" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>find<wbr/>Key</a></li>
  3265. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#findLast" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>find<wbr/>Last</a></li>
  3266. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#findLastEntry" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>find<wbr/>Last<wbr/>Entry</a></li>
  3267. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#findLastKey" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>find<wbr/>Last<wbr/>Key</a></li>
  3268. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#first" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>first</a></li>
  3269. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#flatMap" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>flat<wbr/>Map</a></li>
  3270. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#flatten" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>flatten</a></li>
  3271. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#flip" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>flip</a></li>
  3272. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#forEach" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>for<wbr/>Each</a></li>
  3273. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#get" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>get</a></li>
  3274. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#getIn" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>get<wbr/>In</a></li>
  3275. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#groupBy" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>group<wbr/>By</a></li>
  3276. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#has" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>has</a></li>
  3277. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#hasIn" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>has<wbr/>In</a></li>
  3278. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#hashCode" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>hash<wbr/>Code</a></li>
  3279. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#includes" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>includes</a></li>
  3280. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#isEmpty" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>is<wbr/>Empty</a></li>
  3281. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#isSubset" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>is<wbr/>Subset</a></li>
  3282. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#isSuperset" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>is<wbr/>Superset</a></li>
  3283. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#join" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>join</a></li>
  3284. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#keyOf" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>key<wbr/>Of</a></li>
  3285. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#keySeq" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>key<wbr/>Seq</a></li>
  3286. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#keys" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>keys</a></li>
  3287. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#last" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>last</a></li>
  3288. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#lastKeyOf" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>last<wbr/>Key<wbr/>Of</a></li>
  3289. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#map" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>map</a></li>
  3290. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#mapEntries" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>map<wbr/>Entries</a></li>
  3291. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#mapKeys" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>map<wbr/>Keys</a></li>
  3292. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#max" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>max</a></li>
  3293. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#maxBy" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>max<wbr/>By</a></li>
  3294. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#merge" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>merge</a></li>
  3295. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#mergeDeep" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>merge<wbr/>Deep</a></li>
  3296. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#mergeDeepIn" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>merge<wbr/>Deep<wbr/>In</a></li>
  3297. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#mergeDeepWith" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>merge<wbr/>Deep<wbr/>With</a></li>
  3298. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#mergeIn" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>merge<wbr/>In</a></li>
  3299. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#mergeWith" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>merge<wbr/>With</a></li>
  3300. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#min" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>min</a></li>
  3301. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#minBy" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>min<wbr/>By</a></li>
  3302. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#reduce" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>reduce</a></li>
  3303. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#reduceRight" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>reduce<wbr/>Right</a></li>
  3304. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#remove" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>remove</a></li>
  3305. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#removeAll" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>remove<wbr/>All</a></li>
  3306. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#removeIn" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>remove<wbr/>In</a></li>
  3307. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#rest" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>rest</a></li>
  3308. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#reverse" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>reverse</a></li>
  3309. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#set" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>set</a></li>
  3310. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#setIn" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>set<wbr/>In</a></li>
  3311. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#skip" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>skip</a></li>
  3312. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#skipLast" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>skip<wbr/>Last</a></li>
  3313. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#skipUntil" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>skip<wbr/>Until</a></li>
  3314. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#skipWhile" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>skip<wbr/>While</a></li>
  3315. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#slice" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>slice</a></li>
  3316. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#some" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>some</a></li>
  3317. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#sort" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>sort</a></li>
  3318. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#sortBy" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>sort<wbr/>By</a></li>
  3319. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#take" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>take</a></li>
  3320. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#takeLast" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>take<wbr/>Last</a></li>
  3321. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#takeUntil" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>take<wbr/>Until</a></li>
  3322. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#takeWhile" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>take<wbr/>While</a></li>
  3323. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toArray" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>to<wbr/>Array</a></li>
  3324. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toIndexedSeq" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>to<wbr/>Indexed<wbr/>Seq</a></li>
  3325. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toJS" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>toJS</a></li>
  3326. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toJSON" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>toJSON</a></li>
  3327. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toKeyedSeq" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>to<wbr/>Keyed<wbr/>Seq</a></li>
  3328. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toList" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>to<wbr/>List</a></li>
  3329. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toMap" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>to<wbr/>Map</a></li>
  3330. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toObject" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>to<wbr/>Object</a></li>
  3331. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toOrderedMap" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>to<wbr/>Ordered<wbr/>Map</a></li>
  3332. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toOrderedSet" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>to<wbr/>Ordered<wbr/>Set</a></li>
  3333. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toSeq" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>to<wbr/>Seq</a></li>
  3334. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toSet" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>to<wbr/>Set</a></li>
  3335. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toSetSeq" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>to<wbr/>Set<wbr/>Seq</a></li>
  3336. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#toStack" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>to<wbr/>Stack</a></li>
  3337. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#update" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>update</a></li>
  3338. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#updateIn" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>update<wbr/>In</a></li>
  3339. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#valueSeq" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>value<wbr/>Seq</a></li>
  3340. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#values" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>values</a></li>
  3341. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#wasAltered" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>was<wbr/>Altered</a></li>
  3342. <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="RcsbFv3DAssembly._internal_.Map-1.html#withMutations" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>with<wbr/>Mutations</a></li></ul></li></ul></nav></div></div>
  3343. <div class="container tsd-generator">
  3344. <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
  3345. <div class="overlay"></div><script src="../assets/main.js"></script></body></html>