package net.slightlymagic.braids.util.lambda; /** * Do not try to instantiate this class, because you cannot; this is simply * a marker for the null literal. */ public final class Null { private Null() {;} }