epoxy-adapter / com.airbnb.epoxy / EpoxyTouchHelper / SwipeBuilder2 / forAllModels

forAllModels

open fun forAllModels(): EpoxyTouchHelper.SwipeBuilder3<EpoxyModel<Any!>!>!

Use this if all models in the controller should be swipable, and if there are multiple types of models in the controller.

If you only have one model type you should use #withTarget(Class)