Thinnable

trait Thinnable[F[_]]

A type class for things which can be "thinned", with an implementation for Stream. Useful for MCMC algorithms.

class Object
trait Matchable
class Any

Value members

Abstract methods

def thin[T](f: F[T], th: Int): F[T]