Package io.usethesource.capsule.factory
Class DefaultSetFactory
java.lang.Object
io.usethesource.capsule.factory.DefaultSetFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <K> Set.Immutable
<K> of()
final <K> Set.Immutable
<K> of
(K key0) final <K> Set.Immutable
<K> of
(K... keys) final <K> Set.Immutable
<K> of
(K key0, K key1) final <K> Set.Transient
<K> final <K> Set.Transient
<K> transientOf
(K... keys) private static final <T> T
-
Field Details
-
DEFAULT_CLASS_NAME
- See Also:
-
TARGET_CLASS_NAME
-
persistentFactoryMethodName
- See Also:
-
FACTORY
-
of0
-
of1
-
of2
-
ofN
-
transientOf0
-
transientOfN
-
-
Constructor Details
-
DefaultSetFactory
private DefaultSetFactory()
-
-
Method Details
-
unchecked
-
of
-
of
-
of
-
of
-
transientOf
-
transientOf
-