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

3
LINES

< > BotCompany Repo | #1023032 // IF0 - function with no arguments (interface version)

JavaX fragment (include)

public static interface IF0<A> {
  A get();
}

Author comment

Began life as a copy of #1021743

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): bhatertpkbcr, cfunsshuasjs, ekrmjmnbrukm, jcllbfdqhrgy, mowyntqkapby, mqqgnosmbjvj, omdjrrnzbjjv, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, snaazhdonpnp, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, wnsclhtenguj, xrpafgyirdlv

No comments. add comment

Snippet ID: #1023032
Snippet name: IF0 - function with no arguments (interface version)
Eternal ID of this version: #1023032/3
Text MD5: 3f2e79049ebec2292272213d991523eb
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-02 17:25:22
Source code size: 47 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 366 / 3002
Version history: 2 change(s)
Referenced in: #1029523 - IF0_Byte
#1031846 - IAutoCloseableF0 - IF0 + AutoCloseable
#1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674)
#1035611 - IF0_Pair - function with no arguments returning a pair