public static class CloseableChannel.Group extends Object
| Constructor and Description | 
|---|
| Group() | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> CloseableChannel<T> | add(org.jetlang.channels.Channel<T> channel) | 
| void | closeAndClear() | 
| void | remove(CloseableChannel<?> toRemove) | 
public <T> CloseableChannel<T> add(org.jetlang.channels.Channel<T> channel)
public void closeAndClear()
public void remove(CloseableChannel<?> toRemove)
Copyright © 2016. All Rights Reserved.