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

3
LINES

< > BotCompany Repo | #1005436 // callPred - call a predicate function (a func {} returning bool)

JavaX fragment (include)

static boolean callPred(O condition, O... args) {
  return isTrue(callF(condition, args));
}

Author comment

Began life as a copy of #1004238

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005436
Snippet name: callPred - call a predicate function (a func {} returning bool)
Eternal ID of this version: #1005436/4
Text MD5: a0baf35b81082fdefd347dc156a9c323
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-17 14:48:45
Source code size: 94 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 419 / 457
Version history: 3 change(s)
Referenced in: [show references]