Home
last modified time | relevance | path

Searched defs:modifyWithAction (Results 1 – 2 of 2) sorted by relevance

/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/optics/
DTraversal.kt58 abstract fun modifyWithAction(entity: S, modifier: (value: A) -> Action<out B>): Action<out T> in every() method
96 override fun modifyWithAction( in compose() method
150 override fun modifyWithAction( in list() method
193 override fun modifyWithAction( in listMap() method
DLens.kt77 override fun modifyWithAction( in <lambda>() method
133 fun modifyWithAction(entity: S, modifier: (value: A) -> Action<out B>): Action<out T> { in modify() method in com.android.libraries.pcc.chronicle.api.optics.Lens