octane-0.20.3: Parse Rocket League replays.
Octane.Type.Value.PickupValue
data PickupValue Source #
Constructors
Fields
Instances
Methods
(==) :: PickupValue -> PickupValue -> Bool #
(/=) :: PickupValue -> PickupValue -> Bool #
showsPrec :: Int -> PickupValue -> ShowS #
show :: PickupValue -> String #
showList :: [PickupValue] -> ShowS #
toJSON :: PickupValue -> Value #
toEncoding :: PickupValue -> Encoding #
toJSONList :: [PickupValue] -> Value #
toEncodingList :: [PickupValue] -> Encoding #
getField :: Proxy# Symbol "hasInstigator" -> PickupValue -> Boolean #
getField :: Proxy# Symbol "pickedUp" -> PickupValue -> Boolean #
modifyField :: Proxy# Symbol "hasInstigator" -> (Boolean -> Boolean) -> PickupValue -> PickupValue #
setField :: Proxy# Symbol "hasInstigator" -> PickupValue -> Boolean -> PickupValue #
fieldLens :: Functor f => Proxy# Symbol "hasInstigator" -> (Boolean -> f Boolean) -> PickupValue -> f PickupValue #
modifyField :: Proxy# Symbol "pickedUp" -> (Boolean -> Boolean) -> PickupValue -> PickupValue #
setField :: Proxy# Symbol "pickedUp" -> PickupValue -> Boolean -> PickupValue #
fieldLens :: Functor f => Proxy# Symbol "pickedUp" -> (Boolean -> f Boolean) -> PickupValue -> f PickupValue #
modifyField :: Proxy# Symbol "instigatorId" -> (Maybe Word32 -> Maybe Word32) -> PickupValue -> PickupValue #
setField :: Proxy# Symbol "instigatorId" -> PickupValue -> Maybe Word32 -> PickupValue #
fieldLens :: Functor f => Proxy# Symbol "instigatorId" -> (Maybe Word32 -> f (Maybe Word32)) -> PickupValue -> f PickupValue #
getField :: Proxy# Symbol "instigatorId" -> PickupValue -> Maybe Word32 #
getField :: Proxy# Symbol "hasInstigator" -> Rec cs0 PickupValue -> Boolean #
getField :: Proxy# Symbol "pickedUp" -> Rec cs0 PickupValue -> Boolean #
getField :: Proxy# Symbol "instigatorId" -> Rec cs0 PickupValue -> Maybe Word32 #
modifyField :: Proxy# Symbol "hasInstigator" -> (Boolean -> Boolean) -> Rec cs0 PickupValue -> Rec cs0 PickupValue #
setField :: Proxy# Symbol "hasInstigator" -> Rec cs0 PickupValue -> Boolean -> Rec cs0 PickupValue #
fieldLens :: Functor f => Proxy# Symbol "hasInstigator" -> (Boolean -> f Boolean) -> Rec cs0 PickupValue -> f (Rec cs0 PickupValue) #
modifyField :: Proxy# Symbol "pickedUp" -> (Boolean -> Boolean) -> Rec cs0 PickupValue -> Rec cs0 PickupValue #
setField :: Proxy# Symbol "pickedUp" -> Rec cs0 PickupValue -> Boolean -> Rec cs0 PickupValue #
fieldLens :: Functor f => Proxy# Symbol "pickedUp" -> (Boolean -> f Boolean) -> Rec cs0 PickupValue -> f (Rec cs0 PickupValue) #
modifyField :: Proxy# Symbol "instigatorId" -> (Maybe Word32 -> Maybe Word32) -> Rec cs0 PickupValue -> Rec cs0 PickupValue #
setField :: Proxy# Symbol "instigatorId" -> Rec cs0 PickupValue -> Maybe Word32 -> Rec cs0 PickupValue #
fieldLens :: Functor f => Proxy# Symbol "instigatorId" -> (Maybe Word32 -> f (Maybe Word32)) -> Rec cs0 PickupValue -> f (Rec cs0 PickupValue) #