Packages

trait Suffixed[S, T] extends Serializable

The Suffixed typeclass provides a Prism for a way to append or truncate elements on the right side of a structure.

S

the source of a Prism

T

the focus of a Prism

Annotations
@implicitNotFound()
Source
Suffixed.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Suffixed
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def suffix(s: S): Prism[S, T]