MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / ExceptionlessAutoClosable

Interface ExceptionlessAutoClosable

src/main/java/field/utility/Util.java:116–119  ·  view source on GitHub ↗

An autoclosable that doesn't throw an exception

Source from the content-addressed store, hash-verified

114 * An autoclosable that doesn't throw an exception
115 */
116 public interface ExceptionlessAutoClosable extends AutoCloseable {
117 @Override
118 void close();
119 }
120
121 static public class Errors {
122 List<Pair<Throwable, Object>> errors = new ArrayList<>();

Callers 8

webcam.box.jsFile · 0.65
t_fadeplane.box.jsFile · 0.65
updateCompletionsFunction · 0.65
highlightRunAndCloseFunction · 0.65

Implementers 9

PIsrc/main/java/fieldpython/PI.kt
Memosrc/main/java/fieldbox/boxes/plugins/V
NashornExecutionsrc/main/java/fieldnashorn/NashornExec
InMidisrc/main/java/trace/sound/InMidi.kt
AsciiInputsrc/main/java/trace/graphics/PlyReader
BinaryInputsrc/main/java/trace/graphics/PlyReader
SimpleOutputsrc/main/java/trace/util/SimpleOutput.
MeshBuildersrc/main/java/field/graphics/MeshBuild
KIsrc/main/java/fieldkotlin/KI.kt

Calls

no outgoing calls

Tested by

no test coverage detected