Optioner

fastparse.Implicits$.Optioner
See theOptioner companion object
trait Optioner[-T, R]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object UnitOptioner.type

Members list

Concise view

Value members

Abstract methods

def none: R
def some(value: T): R