Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1028723 // metaTransformable_structureSize_orNull - null if there is a problem (e.g. an untransformable record)

JavaX fragment (include)

static Int metaTransformable_structureSize_orNull(O o) {
  if (!allRecordsInStructureAreTransformable(o)) null;
  ret metaTransformable_structureSize(o);
}

Author comment

Began life as a copy of #1028722

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028723
Snippet name: metaTransformable_structureSize_orNull - null if there is a problem (e.g. an untransformable record)
Eternal ID of this version: #1028723/2
Text MD5: 84e9af49287233050571728f8b97cfd7
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-06 01:33:52
Source code size: 158 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 94 / 139
Version history: 1 change(s)
Referenced in: [show references]