CollectionsUtils

erules.core.utils.CollectionsUtils$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited classlikes

implicit class FoldableCustomOps[F[_], T](xs: F[T])(implicit evidence$3: Foldable[F])

Attributes

Inherited from:
CollectionsUtilsSyntax
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class NonEmptyOps[T](xs: NonEmptyList[T])

Attributes

Inherited from:
CollectionsUtilsSyntax
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def findDuplicated[F[_] : Foldable, T, U](xs: F[T], discriminator: T => U): List[T]
def findDuplicatedNem[T, U : Order](xs: NonEmptyList[T], discriminator: T => U): List[T]

Implicits

Inherited implicits

final implicit def FoldableCustomOps[F[_] : Foldable, T](xs: F[T]): FoldableCustomOps[F, T]

Attributes

Inherited from:
CollectionsUtilsSyntax
final implicit def NonEmptyOps[T](xs: NonEmptyList[T]): NonEmptyOps[T]

Attributes

Inherited from:
CollectionsUtilsSyntax