c

geotrellis.util

withSetComponentMethods

implicit class withSetComponentMethods[T] extends MethodExtensions[T]

A sugar method for setting 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. withSetComponentMethods
  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 withSetComponentMethods(self: T)

Value Members

  1. val self: T
  2. def setComponent[C](value: C)(implicit component: SetComponent[T, C]): T