BidExtLens

io.bidmachine.protobuf.ml.v1.BidExt.BidExtLens
implicit class BidExtLens[UpperPB](_l: Lens[UpperPB, BidExt]) extends ObjectLens[UpperPB, BidExt]

Attributes

Graph
Supertypes
class ObjectLens[UpperPB, BidExt]
trait Lens[UpperPB, BidExt]
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def advertisedAppId: Lens[UpperPB, String]
def apiFramework: Lens[UpperPB, String]
def apiFrameworkVersion: Lens[UpperPB, String]
def auctionBidFloorSource: Lens[UpperPB, String]
def auctionSeq: Lens[UpperPB, Int]
def bidAdt: Lens[UpperPB, BidAdType]
def bidBoosting: Lens[UpperPB, BidBoosting]
def bidderBidFloorSource: Lens[UpperPB, String]
def billingTrackerLength: Lens[UpperPB, Int]
def buyerBidPrice: Lens[UpperPB, Double]
def buyerId: Lens[UpperPB, String]
def cached: Lens[UpperPB, Boolean]
def cachedLurlMillisPassed: Lens[UpperPB, Long]
def cachedLurlPrice: Lens[UpperPB, Double]
def campaignType: Lens[UpperPB, String]
def clearPrice: Lens[UpperPB, Double]
def demandFee: Lens[UpperPB, Double]
def discounting: Lens[UpperPB, Discounting]
def invalidBidInfo: Lens[UpperPB, InvalidBidInfo]
def lossReason: Lens[UpperPB, String]
def nativeAssets: Lens[UpperPB, Seq[String]]
def netPrice: Lens[UpperPB, Double]
def nurlResponseStatus: Lens[UpperPB, String]
def obdFee: Lens[UpperPB, Double]
def obdPredictedProbability: Lens[UpperPB, Double]
def obdSellerClearingPrice: Lens[UpperPB, Double]
def optionalAdvertisedAppId: Lens[UpperPB, Option[String]]
def optionalApiFramework: Lens[UpperPB, Option[String]]
def optionalApiFrameworkVersion: Lens[UpperPB, Option[String]]
def optionalAuctionSeq: Lens[UpperPB, Option[Int]]
def optionalBidBoosting: Lens[UpperPB, Option[BidBoosting]]
def optionalBillingTrackerLength: Lens[UpperPB, Option[Int]]
def optionalBuyerId: Lens[UpperPB, Option[String]]
def optionalCachedLurlMillisPassed: Lens[UpperPB, Option[Long]]
def optionalCachedLurlPrice: Lens[UpperPB, Option[Double]]
def optionalCampaignType: Lens[UpperPB, Option[String]]
def optionalClearPrice: Lens[UpperPB, Option[Double]]
def optionalDemandFee: Lens[UpperPB, Option[Double]]
def optionalDiscounting: Lens[UpperPB, Option[Discounting]]
def optionalInvalidBidInfo: Lens[UpperPB, Option[InvalidBidInfo]]
def optionalLossReason: Lens[UpperPB, Option[String]]
def optionalNetPrice: Lens[UpperPB, Option[Double]]
def optionalNurlResponseStatus: Lens[UpperPB, Option[String]]
def optionalObdFee: Lens[UpperPB, Option[Double]]
def optionalObdPredictedProbability: Lens[UpperPB, Option[Double]]
def optionalObdSellerClearingPrice: Lens[UpperPB, Option[Double]]
def optionalObdSettings: Lens[UpperPB, Option[SelectedBidShadingSettings]]
def optionalPlacementId: Lens[UpperPB, Option[String]]
def optionalPriceLevels: Lens[UpperPB, Option[PriceLevels]]
def optionalPriceLevelsV2: Lens[UpperPB, Option[NumericPriceLevels]]
def optionalRendering: Lens[UpperPB, Option[AdaptiveRenderingContext]]
def optionalRoundedPrice: Lens[UpperPB, Option[Double]]
def optionalRpCreativeapi: Lens[UpperPB, Option[Long]]
def optionalSellerClearPrice: Lens[UpperPB, Option[Double]]
def optionalSellerPriceLevels: Lens[UpperPB, Option[PriceLevels]]
def optionalSellerPriceLevelsV2: Lens[UpperPB, Option[NumericPriceLevels]]
def optionalSizes: Lens[UpperPB, Option[Sizes]]
def optionalSkadn: Lens[UpperPB, Option[SkAdnResponse]]
def optionalSupplyFee: Lens[UpperPB, Option[Double]]
def placementId: Lens[UpperPB, String]
def priceLevels: Lens[UpperPB, PriceLevels]
def priceLevelsV2: Lens[UpperPB, NumericPriceLevels]
def rendering: Lens[UpperPB, AdaptiveRenderingContext]
def roundedPrice: Lens[UpperPB, Double]
def rpCreativeapi: Lens[UpperPB, Long]
def sellerClearPrice: Lens[UpperPB, Double]
def sellerPriceLevels: Lens[UpperPB, PriceLevels]
def sizes: Lens[UpperPB, Sizes]
def skadn: Lens[UpperPB, SkAdnResponse]
def status: Lens[UpperPB, BidStatus]
def supplyFee: Lens[UpperPB, Double]

Inherited methods

def :=(a: BidExt): () => UpperPB

alias to set

alias to set

Attributes

Inherited from:
Lens
def compose[B](other: Lens[BidExt, B]): Lens[UpperPB, B]

Composes two lenses, this enables nesting.

Composes two lenses, this enables nesting.

If our field of type A has a sub-field of type B, then given a lens for it (other: Lens[A, B]) we can create a single lens from Container to B.

Attributes

Inherited from:
Lens
def field[A](getter: BidExt => A)(setter: (BidExt, A) => BidExt): Lens[UpperPB, A]

Creates a sub-lens

Creates a sub-lens

Attributes

Inherited from:
ObjectLens
def field[A](lens: Lens[BidExt, A]): Lens[UpperPB, A]

Creates a sub-lens

Creates a sub-lens

Attributes

Inherited from:
ObjectLens
override def get(u: UpperPB): BidExt

get knows how to extract some field of type A from a container

get knows how to extract some field of type A from a container

Attributes

Definition Classes
ObjectLens -> Lens
Inherited from:
ObjectLens
def modify(f: BidExt => BidExt): () => UpperPB

Represent an update operator (like x.y += 1 )

Represent an update operator (like x.y += 1 )

Attributes

Inherited from:
Lens
override def set(c: BidExt): () => UpperPB

Represents an assignment operator.

Represents an assignment operator.

Given a value of type A, sets knows how to transform a container such that a is assigned to the field.

We must have get(set(a)(c)) == a

Attributes

Definition Classes
ObjectLens -> Lens
Inherited from:
ObjectLens
def setIfDefined(aOpt: Option[BidExt]): () => UpperPB

Optional assignment.

Optional assignment.

Given a Some[A], assign the Some's value to the field. Given None, the container is unchanged.

Attributes

Inherited from:
Lens
def update(ms: Lens[BidExt, BidExt] => () => BidExt*): () => UpperPB

Attributes

Inherited from:
ObjectLens
def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (BidExt, B)]

Given two lenses with the same origin, returns a new lens that can mutate both values represented by both lenses through a tuple.

Given two lenses with the same origin, returns a new lens that can mutate both values represented by both lenses through a tuple.

Attributes

Inherited from:
Lens