Uses of Class
io.usethesource.capsule.core.trie.EitherSingletonOrCollection
-
Packages that use EitherSingletonOrCollection Package Description io.usethesource.capsule.core.trie -
-
Uses of EitherSingletonOrCollection in io.usethesource.capsule.core.trie
Subclasses of EitherSingletonOrCollection in io.usethesource.capsule.core.trie Modifier and Type Class Description private static class
EitherSingletonOrCollection.SomeCollection<T>
private static class
EitherSingletonOrCollection.SomeSingleton<T>
Methods in io.usethesource.capsule.core.trie that return EitherSingletonOrCollection Modifier and Type Method Description static <T> EitherSingletonOrCollection
EitherSingletonOrCollection. of(Set.Immutable<T> value)
static <T> EitherSingletonOrCollection<T>
EitherSingletonOrCollection. of(T value)
-