foldable

object foldable
class Object
trait Matchable
class Any

Value members

Concrete methods

def atLeast[F[_] : UnorderedFoldable, A](reference: Long, equal: Boolean): Validation[F[A], Unit]
def atMost[F[_] : UnorderedFoldable, A](reference: Long, equal: Boolean): Validation[F[A], Unit]
def empty[F[_] : UnorderedFoldable, A]: Validation[F[A], Unit]
def exactly[F[_] : UnorderedFoldable, A](reference: Long): Validation[F[A], Unit]
def nonEmpty[F[_] : UnorderedFoldable, A]: Validation[F[A], Unit]
def size[F[_] : UnorderedFoldable, A]: Validation[F[A], Long]