|
Woolpack API | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectwoolpack.container.ContainerUtils
public final class ContainerUtils
ユーティリティです。 型推論で表記を簡略するためのスタティックメソッドと変数を含みます。
フィールドの概要 | |
---|---|
static Fn<ContainerContext<?>,java.lang.Object> |
GET_KEY
ContainerContext.getKey() を返すFn です。 |
メソッドの概要 | ||
---|---|---|
static
|
getSubContext()
ContainerContext.getSubContext() を返すFn を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final Fn<ContainerContext<?>,java.lang.Object> GET_KEY
ContainerContext.getKey()
を返すFn
です。
メソッドの詳細 |
---|
public static <S,C extends ContainerContext<S>> Fn<C,S> getSubContext()
ContainerContext.getSubContext()
を返すFn
を返します。
S
- C
-
ContainerContext.getSubContext()
を返すFn
。
|
Woolpack API | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |