implicit final class Modifier[C, L <: HList, RH, RT <: HList, P] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Modifier
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
modify[E](f: (RH) ⇒ E)(implicit modify: Modify[Self, RH, E]): ops.zipper.Modify.Out
Modifies the element at the cursor by the use of function f.
Modifies the element at the cursor by the use of function f. Available only if the underlying
HList
is non-empty. -
def
toString(): String
- Definition Classes
- Any
- val zipper: Zipper[C, L, ::[RH, RT], P]