Suffixed

@implicitNotFound("Could not find an instance of Suffixed[${S}, ${T}]")
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.

Type parameters:
S

the source of a Prism

T

the focus of a Prism

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

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