Class/Object

org.truffulatree.geocomm

TownshipGeoCoder

Related Docs: object TownshipGeoCoder | package geocomm

Permalink

abstract class TownshipGeoCoder[F[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TownshipGeoCoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TownshipGeoCoder()

    Permalink

Abstract Value Members

  1. implicit abstract val fl: Foldable[F]

    Permalink
  2. implicit abstract val fn: Functor[F]

    Permalink
  3. abstract def request(trs: TRS): Future[Elem]

    Permalink

Concrete 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
  6. def clone(): AnyRef

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

    Permalink
  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
  11. def extractTownshipRangeSection: (RSSChannel) ⇒ \/[Throwable, List[(Double, Double)]]

    Permalink
  12. def finalize(): Unit

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

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

    Permalink
  15. def getLatLon: (Elem) ⇒ \/[Throwable, (Double, Double)]

    Permalink
  16. def getPart[A](parser: (RSSChannel) ⇒ \/[Throwable, A]): (Elem) ⇒ \/[Throwable, A]

    Permalink
  17. def getResponses: EnumerateeT[F[Requested], F[Response], IO]

    Permalink
  18. def getTownshipGeoCoderElem: (Elem) ⇒ \/[Throwable, RSSChannel]

    Permalink
  19. def getTownshipRangeSection: (Elem) ⇒ \/[Throwable, List[(Double, Double)]]

    Permalink
  20. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  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
  26. def parseRss: (Elem) ⇒ \/[Throwable, RSSChannel]

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

    Permalink
  28. def partitionComplete(reqs: Vector[F[Requested]]): (Vector[F[Response]], Vector[F[Requested]])

    Permalink
  29. def projectLatLon: EnumerateeT[F[Response], F[LatLonResponse], IO]

    Permalink
  30. def query(trs: TRS): Req

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

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

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

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

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

    Permalink
  36. def sendRequest(requestTimeout: FiniteDuration): EnumerateeT[F[ThrowablesOr[TRS]], F[Requested], IO]

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

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

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

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

    Permalink
  41. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped