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

Method findByTag

src/main/java/field/app/ThreadSync.java:447–450  ·  view source on GitHub ↗
(Object tag)

Source from the content-addressed store, hash-verified

445 }
446
447 public Stream<Fiber> findByTag(Object tag) {
448 return live.stream()
449 .filter(x -> Util.safeEq(x, tag));
450 }
451
452 public static void inMainThread(Runnable o) throws InterruptedException, ExecutionException {
453 if (!enabled || fiber.get() == null)

Callers

nothing calls this directly

Calls 2

safeEqMethod · 0.95
streamMethod · 0.45

Tested by

no test coverage detected