static bool ai_tripleAllowedToPost(T3<S> t) { //ret all(f ai_nodeNameAllowedToPost, tripleToList(t)); ret ai_nodeNameAllowedToPost(t.a) && ai_nodeNameAllowedToPost(t.b) && ai_nodeNameAllowedToPost(t.c); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1011630 |
Snippet name: | ai_tripleAllowedToPost - don't want to post raw variables to cache |
Eternal ID of this version: | #1011630/4 |
Text MD5: | 73c4bbadb0618bcd4121fad3176ba5f4 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-17 01:07:15 |
Source code size: | 221 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 602 / 639 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011631 - ai_nodeNameAllowedToPost - don't want to post raw variables to cache |