InputAndSimpleInput
mcodec.InputAndSimpleInput
trait InputAndSimpleInput extends Input, SimpleInput
Attributes
- Source
- Input.scala
- Graph
-
- Supertypes
- Known subtypes
-
class CapturedInputclass CapturedFieldInputclass CborInputclass CborFieldInputclass JsonInputclass JsonFieldInputShow all
Members list
Value members
Concrete methods
Attributes
- Source
- Input.scala
Inherited methods
Non-consuming probe of the next value's kind. Default backends that cannot peek throw; backends used for flat-sum/@outOfOrder capture (JSON, CBOR) override it.
Non-consuming probe of the next value's kind. Default backends that cannot peek throw; backends used for flat-sum/@outOfOrder capture (JSON, CBOR) override it.
Attributes
- Inherited from:
- Input
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- Input
- Source
- Input.scala
Inherited and Abstract methods
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- Input
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Returns true (and consumes the value) if it is null, otherwise returns false and leaves the cursor.
Returns true (and consumes the value) if it is null, otherwise returns false and leaves the cursor.
Attributes
- Inherited from:
- Input
- Source
- Input.scala
Attributes
- Inherited from:
- Input
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- Input
- Source
- Input.scala
In this article