C E F M O P U
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- collector() - Method in interface pl.tlinkowski.unij.service.api.collect.UnmodifiableListFactory
-
Equivalent of
Collectors.toUnmodifiableList(). - collector() - Method in interface pl.tlinkowski.unij.service.api.collect.UnmodifiableSetFactory
-
Equivalent of
Collectors.toUnmodifiableSet(). - collector(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface pl.tlinkowski.unij.service.api.collect.UnmodifiableMapFactory
-
Equivalent of
Collectors.toUnmodifiableMap(Function, Function). - collector(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Method in interface pl.tlinkowski.unij.service.api.collect.UnmodifiableMapFactory
- copyOf(Collection<? extends E>) - Method in interface pl.tlinkowski.unij.service.api.collect.UnmodifiableListFactory
-
Equivalent of
List.copyOf(Collection). - copyOf(Collection<? extends E>) - Method in interface pl.tlinkowski.unij.service.api.collect.UnmodifiableSetFactory
-
Equivalent of
Set.copyOf(Collection). - copyOf(Map<? extends K, ? extends V>) - Method in interface pl.tlinkowski.unij.service.api.collect.UnmodifiableMapFactory
-
Equivalent of
Map.copyOf(Map).
All Classes All Packages