| Package | Description |
|---|---|
| me.lucko.helper.network | |
| me.lucko.helper.terminable.composite |
| Modifier and Type | Field and Description |
|---|---|
protected CompositeTerminable |
AbstractNetwork.compositeTerminable |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompositeTerminable |
class |
AbstractWeakCompositeTerminable |
| Modifier and Type | Method and Description |
|---|---|
static CompositeTerminable |
CompositeTerminable.create()
Creates a new standalone
CompositeTerminable. |
static CompositeTerminable |
CompositeTerminable.createWeak()
Creates a new standalone
CompositeTerminable, which wraps
contained terminables in WeakReferences. |
CompositeTerminable |
AbstractCompositeTerminable.with(AutoCloseable autoCloseable) |
CompositeTerminable |
AbstractWeakCompositeTerminable.with(AutoCloseable autoCloseable) |
CompositeTerminable |
CompositeTerminable.with(AutoCloseable autoCloseable)
Binds an
AutoCloseable with this composite closable. |
default CompositeTerminable |
CompositeTerminable.withAll(AutoCloseable... autoCloseables)
Binds all given
AutoCloseable with this composite closable. |
default CompositeTerminable |
CompositeTerminable.withAll(Iterable<? extends AutoCloseable> autoCloseables)
Binds all given
AutoCloseable with this composite closable. |
Copyright © 2020. All rights reserved.