Absorbable

trait Absorbable[A]

Type class that can be absorbed by a Jawn AsyncParser

Companion:
object
Source:
Absorbable.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def absorb[J](parser: AsyncParser[J], a: A)(implicit rawFacade: Facade[J]): Either[ParseException, Seq[J]]