c

geotrellis.util

withGetComponentMethods

implicit class withGetComponentMethods[T] extends MethodExtensions[T]

A sugar method for getting a component of an object that has an implicitly defined lens into a component of that object with a specific type.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withGetComponentMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withGetComponentMethods(self: T)

Value Members

  1. def getComponent[C](implicit component: GetComponent[T, C]): C
  2. val self: T