Class UnitLookup.LeafContentType<T>

    • Constructor Detail

      • LeafContentType

        private LeafContentType​(java.lang.String identifier)
    • Method Detail

      • checkNull

        protected final void checkNull​(java.lang.Object value)
      • combine

        public IConstraint<T> combine​(IConstraint<?> other)
        Description copied from interface: IConstraint
        Return a constraint that honors both this constraint and other, if such a constraint would accept anything except null. Otherwise, return null.
        Specified by:
        combine in interface IConstraint<T>
        Returns:
        a constraint or null