Replacer

contrib.shapeless3.Replacer
See theReplacer companion object
trait Replacer[L <: Tuple, U, V]

This is ported from Replacer from shapeless-2. At the moment of implementation, there is no direct support in shapeless-3. We should give up on it once it arrives in the library.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Out <: Tuple

Value members

Abstract methods

def apply(t: L, v: V): Out