Class

org.truffulatree.geocomm

UnlimitedTownshipGeoCoder

Related Doc: package geocomm

Permalink

class UnlimitedTownshipGeoCoder[F[_]] extends TownshipGeoCoder[F]

Linear Supertypes
TownshipGeoCoder[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UnlimitedTownshipGeoCoder
  2. TownshipGeoCoder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnlimitedTownshipGeoCoder()(implicit tr: Traverse[F], ec: ExecutionContext)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit val ec: ExecutionContext

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def extractLatLon: (RSSChannel) ⇒ \/[Throwable, (Double, Double)]

    Permalink
    Definition Classes
    TownshipGeoCoder
  10. def extractTownshipRangeSection: (RSSChannel) ⇒ \/[Throwable, List[(Double, Double)]]

    Permalink
    Definition Classes
    TownshipGeoCoder
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getDataElem: (Elem) ⇒ \/[Throwable, Elem]

    Permalink
    Definition Classes
    TownshipGeoCoder
  14. def getLatLon: (Elem) ⇒ \/[Throwable, (Double, Double)]

    Permalink
    Definition Classes
    TownshipGeoCoder
  15. def getPart[A](parser: (RSSChannel) ⇒ \/[Throwable, A]): (Elem) ⇒ \/[Throwable, A]

    Permalink
    Definition Classes
    TownshipGeoCoder
  16. def getTownshipGeoCoderElem: (Elem) ⇒ \/[Throwable, RSSChannel]

    Permalink
    Definition Classes
    TownshipGeoCoder
  17. def getTownshipRangeSection: (Elem) ⇒ \/[Throwable, List[(Double, Double)]]

    Permalink
    Definition Classes
    TownshipGeoCoder
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. lazy val http: Http

    Permalink
    Attributes
    protected
    Definition Classes
    TownshipGeoCoder
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def makeRequest(fthtrs: F[ThrowablesOr[TRS]]): F[Requested]

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def parseLatLon: (RSSItem) ⇒ \/[Throwable, (Double, Double)]

    Permalink
    Definition Classes
    TownshipGeoCoder
  26. def parseRss: (Elem) ⇒ \/[Throwable, RSSChannel]

    Permalink
    Definition Classes
    TownshipGeoCoder
  27. def parseTownshipRangeSection: (RSSItem) ⇒ \/[Throwable, List[(Double, Double)]]

    Permalink
    Definition Classes
    TownshipGeoCoder
  28. def projectLatLon: EnumerateeT[F[Requested], F[LatLonResponse], IO]

    Permalink
    Definition Classes
    TownshipGeoCoder
  29. def query(trs: TRS): Req

    Permalink
    Attributes
    protected
    Definition Classes
    TownshipGeoCoder
  30. def request(trs: TRS): Future[Elem]

    Permalink
    Definition Classes
    TownshipGeoCoder
  31. def requestLatLon: EnumerateeT[F[ThrowablesOr[TRS]], F[LatLonResponse], IO]

    Permalink
    Definition Classes
    TownshipGeoCoder
  32. def selectGeoCoderElem(itemName: String): (RSSChannel) ⇒ \/[Throwable, RSSItem]

    Permalink
    Definition Classes
    TownshipGeoCoder
  33. def selectLatLonElem: (RSSChannel) ⇒ \/[Throwable, RSSItem]

    Permalink
    Definition Classes
    TownshipGeoCoder
  34. def selectTownshipGeoCoderElem: (RSSChannel) ⇒ \/[Throwable, RSSChannel]

    Permalink
    Definition Classes
    TownshipGeoCoder
  35. def selectTownshipRangeSectionElem: (RSSChannel) ⇒ \/[Throwable, RSSItem]

    Permalink
    Definition Classes
    TownshipGeoCoder
  36. def sendRequest: EnumerateeT[F[ThrowablesOr[TRS]], F[Requested], IO]

    Permalink
  37. def shutdown(): Unit

    Permalink
    Definition Classes
    TownshipGeoCoder
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. val townshipGeoCoder: Req

    Permalink
    Definition Classes
    TownshipGeoCoder
  41. implicit val tr: Traverse[F]

    Permalink
  42. def trsProps(trs: TRS): String

    Permalink
    Definition Classes
    TownshipGeoCoder
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TownshipGeoCoder[F]

Inherited from AnyRef

Inherited from Any

Ungrouped