パッケージ pixela.client
インタフェース AutoCloseables
-
- すべてのスーパーインタフェース:
java.lang.AutoCloseable
public interface AutoCloseables extends java.lang.AutoCloseable
-
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 @NotNull AutoCloseablesadd(@NotNull java.lang.AutoCloseable autoCloseable)static @NotNull AutoCloseablesempty()static @NotNull AutoCloseablesnext(@NotNull java.lang.AutoCloseable autoCloseable, @NotNull AutoCloseables current)static AutoCloseablesof(java.lang.AutoCloseable... autoCloseables)
-
-
-
メソッドの詳細
-
add
@NotNull @NotNull AutoCloseables add(@NotNull @NotNull java.lang.AutoCloseable autoCloseable)
-
of
static AutoCloseables of(java.lang.AutoCloseable... autoCloseables)
-
next
@Contract(value="_, _ -> new", pure=true) @NotNull static @NotNull AutoCloseables next(@NotNull @NotNull java.lang.AutoCloseable autoCloseable, @NotNull @NotNull AutoCloseables current)
-
empty
@Contract(value=" -> new", pure=true) @NotNull static @NotNull AutoCloseables empty()
-
-