Packages

object Fallthrough

Houses the principal Fallthrough typeclass instances.

Source
Fallthrough.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Fallthrough
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[B](implicit F: Fallthrough[B]): Fallthrough[B]

    Syntax for recovering the Fallthrough currently in scope.

  2. implicit def forMonoid[B](implicit arg0: Monoid[B], arg1: Equal[B]): Fallthrough[B]

    A Fallthrough for any Monoid with an Equals.