twitter4s.conversion

Twitter4SImplicitConversion

trait Twitter4SImplicitConversion extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Twitter4SImplicitConversion
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit def AccountSettingsWrapperJ2S(twt4jAccountSettings: twitter4j.AccountSettings): AccountSettingsImpl

  7. implicit def AccountTotalsWrapperJ2S(tw4jAccountTotals: twitter4j.AccountTotals): AccountTotalsImpl

  8. implicit def DirectMessageWrapperJ2S(twt4jDirectMessage: twitter4j.DirectMessage): DirectMessageImpl

  9. implicit def PlaceWrapperJ2S(twt4jPlace: twitter4j.Place): PlaceImpl

  10. implicit def QueryResultWrapperJ2S(twt4jQueryResult: twitter4j.QueryResult): QueryResultImpl

  11. implicit def RateLimitStatusWrapperJ2S(tw4jRateLimitStatus: twitter4j.RateLimitStatus): RateLimitStatusImpl

  12. implicit def RelationshipWrapperJ2S(tw4jRelationship: twitter4j.Relationship): RelationshipImpl

  13. implicit def SavedSearchWrapperJ2S(tw4jSavedSearch: twitter4j.SavedSearch): SavedSearchImpl

  14. implicit def StatusWrapperJ2S(tw4jStatus: twitter4j.Status): StatusImpl

  15. implicit def TwitterAPIConfigurationWrapperJ2S(tw4jApiConfiguration: twitter4j.TwitterAPIConfiguration): TwitterAPIConfigurationImpl

  16. implicit def UserListWrapperJ2S(tw4jUserList: twitter4j.UserList): UserListImpl

  17. implicit def UserWrapperJ2S(tw4jUser: twitter4j.User): UserImpl

  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. implicit def idsWrapperJ2S(tw4jIDs: twitter4j.IDs): IDsImpl

  26. implicit def idsWrapperS2Array(tw4sIDs: IDs): Array[Long]

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. implicit def oEmbedWarpperJ2S[T](tw4jOEmbed: twitter4j.OEmbed): OEmbedImpl

  32. implicit def pagableResponseListWrapperJ2S[T <: twitter4j.TwitterResponse](tw4jPList: twitter4j.PagableResponseList[T]): PagableResponseListImpl[T]

  33. implicit def pagableResponseListWrapperS2Buffer[T](tw4sPList: PagableResponseList[T]): Buffer[T]

  34. implicit def responseListWrapperJ2S[T](tw4jList: twitter4j.ResponseList[T]): ResponseListImpl[T]

  35. implicit def responseListWrapperS2Buffer[T](tw4sList: ResponseList[T]): Buffer[T]

  36. implicit def similarPlacesWrapperS2Buffer(tw4sSimilarPlaces: SimilarPlaces): Buffer[twitter4j.Place]

  37. implicit def similarPlacesWrapperS2J(tw4jSimilarPlaces: twitter4j.SimilarPlaces): SimilarPlacesImpl

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. implicit def trendsWrapperJ2S(tw4jTrends: twitter4j.Trends): TrendsImpl

  41. implicit def trendsWrapperS2Array(tw4sTrends: Trends): Array[Trend]

  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped