Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "never"

Index

Functions

Functions

Const never

  • Returns a matcher which always fails (produces a Match.FAIL result) for any given input. Use always for the opposite effect.

    Type parameters

    • T

    • C

    • R

    Parameters

    Returns Matcher<T, C, R>

Generated using TypeDoc