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

29
LINES

< > BotCompany Repo | #1020737 // Import Standard Global Functions [Global Utils, Include]

JavaX fragment (include)

import x30_pkg.x30_util;

import static x30_pkg.x30_util.VF1;

ifndef NoLFromX30
import static x30_pkg.x30_util.l;
endifndef
//import static x30_pkg.x30_util.empty; // because MultiSet
//import static x30_pkg.x30_util.nempty; // ditto
//import static x30_pkg.x30_util.fail;
//import static x30_pkg.x30_util.indexOf;
import static x30_pkg.x30_util.mapMethodLike getOpt;
import static x30_pkg.x30_util.setOpt;
import static x30_pkg.x30_util.callOpt;
import static x30_pkg.x30_util.newWeakHashMap;
import static x30_pkg.x30_util.newDangerousWeakHashMap;
import static x30_pkg.x30_util.mapMethodLike get;
import static x30_pkg.x30_util.get_raw;
import static x30_pkg.x30_util.assertTrue;
import static x30_pkg.x30_util.isHeadless;
import static x30_pkg.x30_util.isAndroid;
import static x30_pkg.x30_util.isTrue;
//import static x30_pkg.x30_util.asList; // recent additions

ifndef No_x30_DynamicObject
import x30_pkg.x30_util.DynamicObject;
endifndef

//!include once #1020728 // callF + callMC + call

download  show line numbers  debug dex  old transpilations   

Travelled to 17 computer(s): ayivmpnvhhik, bhatertpkbcr, cfunsshuasjs, ekrmjmnbrukm, elmgxqgtpvxh, jcllbfdqhrgy, mowyntqkapby, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, qsqiayxyrbia, tvejysmllsmz, uhjabitqdyqv, vouqrxazstgt, wnsclhtenguj, xrpafgyirdlv

No comments. add comment

Snippet ID: #1020737
Snippet name: Import Standard Global Functions [Global Utils, Include]
Eternal ID of this version: #1020737/20
Text MD5: a4948002233347ea742d9789f460bc5c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-24 17:22:54
Source code size: 1025 bytes / 29 lines
Pitched / IR pitched: No / No
Views / Downloads: 382 / 20712
Version history: 19 change(s)
Referenced in: #1025826 - Compact Module Include 2 [old]
#1027167 - Compact Module Include v3 (only including callF etc. when required, LIVE)
#1029928 - Compact Module Include v4 (LIVE for new code using cmodule2)
#1030951 - Add functions and classes to Gazelle BEA Loadable Utils [OK]
#1030953 - Compact Module Include for Gazelle BEA (edited by #1030951)
#1031187 - Compact Module Include v5 (LIVE for new code using cmodule5)
#1031642 - Compact Module Include for Gazelle BEA [failed extension]
#1031643 - Compact Module Include for Gazelle BEA [working backup]
#1032709 - Compact Module Include for Secret BEA
#1033503 - LoadableUtilsExpander
#1033506 - Compact Module Include Gazelle V
#1034511 - LoadableUtilsHelper