Class

org.truffulatree.geocomm

MeteredTownshipGeoCoder

Related Doc: package geocomm

Permalink

class MeteredTownshipGeoCoder[F[_]] extends TownshipGeoCoder[F]

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

Instance Constructors

  1. new MeteredTownshipGeoCoder()(implicit fn: Functor[F], fl: Foldable[F])

    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 checkComplete: (F[Requested]) ⇒ Boolean

    Permalink
    Definition Classes
    TownshipGeoCoder
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def completeRequest: (F[Requested]) ⇒ F[Response]

    Permalink
    Definition Classes
    TownshipGeoCoder
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. implicit val fl: Foldable[F]

    Permalink
  14. implicit val fn: Functor[F]

    Permalink
  15. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    TownshipGeoCoder
  19. def getResponses: EnumerateeT[F[Requested], F[Response], IO]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. var lastRequest: Future[Elem]

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

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

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

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

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

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

    Permalink
    Definition Classes
    TownshipGeoCoder
  31. def partitionComplete(reqs: Vector[F[Requested]]): (Vector[F[Response]], Vector[F[Requested]])

    Permalink
    Definition Classes
    TownshipGeoCoder
  32. def projectLatLon: EnumerateeT[F[Response], F[LatLonResponse], IO]

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

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

    Permalink
  35. def requestLatLon(requestTimeout: FiniteDuration): EnumerateeT[F[ThrowablesOr[TRS]], F[LatLonResponse], IO]

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

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

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

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

    Permalink
    Definition Classes
    TownshipGeoCoder
  40. def sendRequest(requestTimeout: FiniteDuration): EnumerateeT[F[ThrowablesOr[TRS]], F[Requested], IO]

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

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

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

    Permalink
    Definition Classes
    TownshipGeoCoder
  44. def trsProps(trs: TRS): String

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

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

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

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

Inherited from TownshipGeoCoder[F]

Inherited from AnyRef

Inherited from Any

Ungrouped