Class DefinedTest

java.lang.Object
io.pebbletemplates.pebble.extension.core.NullTest
io.pebbletemplates.pebble.extension.core.DefinedTest
All Implemented Interfaces:
NamedArguments, Test

public class DefinedTest extends NullTest
Implementation for the test function 'defined'. Inversion of 'null' test function to provide better compatibility with the original twig version and JTwig.