/tripkit/TripKitAndroidUIDomain/com.skedgo.tripkit.tripplanner/PinUpdate/Create

Create

\ data class Create(val type: NonCurrentType) : PinUpdate

Constructors

Create constructor(type: NonCurrentType)

Properties

Name Summary
type val type: NonCurrentType

Functions

Name Summary
match fun match(onDelete: Action, onCreate: Consumer<PinUpdate.Create>)
This is to avoid instanceof if we use PinUpdate with Java.