object TANonEmptyList extends Serializable
- Source
- TAList.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TANonEmptyList
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
Rev[F[_, _], A, B] = TANonEmptyList[[β$20$, γ$21$]F[γ$21$, β$20$], B, A]
- See also
TAList.Rev. This version is similar but guaranteed to be non-empty.
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( ... ) @native()
- implicit def composeTANonEmptyList[F[_, _]]: Compose[[β$24$, γ$25$]TANonEmptyList[F, β$24$, γ$25$]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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()
- def one[F[_, _], A, B](f: F[A, B]): TANonEmptyList[F, A, B]
- def revOne[F[_, _], A, B](f: F[A, B]): Rev[F, A, B]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unfoldM[F[_, _], S[_], M[_], L, R](unfold: TAUnfoldRightNonEmpty[F, S, M, L, R])(implicit M: Monad[M]): M[TANonEmptyList[F, L, R]]
Create a TANonEmptyList instance by providing the right-most element and a function that can be repeatedly be called to produce the element that should be prepended to the list.
Create a TANonEmptyList instance by providing the right-most element and a function that can be repeatedly be called to produce the element that should be prepended to the list.
- See also
TAUnfoldRightNonEmpty for a more detailed explanation and a description of the type parameters.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()