BiDiWsMessageLensSpec
open class BiDiWsMessageLensSpec<OUT>(get: LensGet<WsMessage, OUT>, set: LensSet<WsMessage, OUT>) : WsMessageLensSpec<OUT>
Represents a bi-directional extraction of an entity from a target Body, or an insertion into a target WsMessage.
Constructors
Functions
Link copied to clipboard
Create another BiDiWsMessageLensSpec which applies the bi-directional transformations to the result. Any resultant Lens can be used to extract or insert the final type from/into a WsMessage.
Create another WsMessageLensSpec which applies the uni-directional transformation to the result. Any resultant Lens can only be used to extract the final type from a WsMessage.
Link copied to clipboard
Create a lens for this Spec