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

9
LINES

< > BotCompany Repo | #1022350 // withoutStartingWithIC - synonym of notStartingWithIC

JavaX fragment (include)

static L<S> withoutStartingWithIC(Collection<S> l, fS prefix) {
  ret notStartingWithIC(l, prefix);
}



static L<S> withoutStartingWithIC(S prefix, Collection<S> l) {
  ret notStartingWithIC(prefix, l);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1022350
Snippet name: withoutStartingWithIC - synonym of notStartingWithIC
Eternal ID of this version: #1022350/1
Text MD5: fc960f2359d031714dcb28895c927c55
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-15 08:06:11
Source code size: 207 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 238 / 261
Referenced in: [show references]