Skip to content

Filter

[Source]

A filter that takes only the piped input value, with no extra arguments.

Template syntax: {{ value | myfilter }}

interface val Filter

Public Functions

apply

[Source]

Apply the filter to the input value and return the result.

fun box apply(
  input: String val)
: String val

Parameters

Returns