trait SuffixedInstances extends ScalaVersionSpecificSuffixedInstances
Ordering
- Alphabetic
- By Inheritance
Inherited
- SuffixedInstances
- ScalaVersionSpecificSuffixedInstances
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def suffixed[S, T](s: S)(implicit ev: Suffixed[S, T]): Prism[S, T]
- implicit final def suffixedArray[A](implicit arg0: Eq[A], arg1: ClassTag[A]): Suffixed[Array[A], Array[A]]
- implicit final def suffixedArraySeq[A](implicit arg0: Eq[A], arg1: ClassTag[A]): Suffixed[ArraySeq[A], ArraySeq[A]]
- Definition Classes
- ScalaVersionSpecificSuffixedInstances
- implicit final def suffixedChain[A](implicit arg0: Eq[A]): Suffixed[Chain[A], Chain[A]]
- implicit final def suffixedLazyList[A](implicit arg0: Eq[A]): Suffixed[LazyList[A], LazyList[A]]
- Definition Classes
- ScalaVersionSpecificSuffixedInstances
- implicit final def suffixedList[A](implicit arg0: Eq[A]): Suffixed[List[A], List[A]]
- implicit final def suffixedNonEmptyChain[A](implicit arg0: Eq[A]): Suffixed[NonEmptyChain[A], Chain[A]]
- implicit final def suffixedNonEmptyList[A](implicit arg0: Eq[A]): Suffixed[NonEmptyList[A], List[A]]
- implicit final def suffixedNonEmptyVector[A](implicit arg0: Eq[A]): Suffixed[NonEmptyVector[A], Vector[A]]
- implicit final def suffixedOneAnd[F[_], A](implicit arg0: Alternative[F], arg1: Foldable[F], arg2: Eq[A], ev: Suffixed[F[A], F[A]]): Suffixed[OneAnd[F, A], F[A]]
- implicit final def suffixedString: Suffixed[String, String]
- implicit final def suffixedVector[A](implicit arg0: Eq[A]): Suffixed[Vector[A], Vector[A]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def vectorStripSuffix[A](qs: Vector[A])(xs0: Vector[A])(implicit arg0: Eq[A]): Option[Vector[A]]
- Attributes
- protected
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()