extension LazyCollectionProtocol
where Element == Elements.Element, Elements: Collection
Deklaracja
func stablyPartitioned( isSuffixElement p: (Element) -> Bool ) -> LazyCollection<[Element]>
extension LazyCollectionProtocol
where Element == Elements.Element, Elements: Collection
func stablyPartitioned(
isSuffixElement p: (Element) -> Bool
) -> LazyCollection<[Element]>
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-01-04 UTC.