-
- All Implemented Interfaces:
public final class IoExtensions
-
-
Method Summary
Modifier and Type Method Description final static UnitcloseQuietly(Closeable $self)Unconditionally close a <code>Closeable</code>. -
-
Method Detail
-
closeQuietly
final static Unit closeQuietly(Closeable $self)
Unconditionally close a <code>Closeable</code>.
Equivalent to Closeable.close, except any exceptions will be ignored. This is typically used in finally blocks.
-
-
-
-