Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "always"

Index

Functions

Functions

Const always

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

    Type parameters

    • T

    • C

    • R

    Parameters

    Returns Matcher<T, C, R>

Generated using TypeDoc