Package fj.data

Class Set.Empty<A>

  • All Implemented Interfaces:
    java.lang.Iterable<A>
    Enclosing class:
    Set<A>

    private static final class Set.Empty<A>
    extends Set<A>
    • Constructor Detail

      • Empty

        private Empty​(Ord<A> ord)
    • Method Detail

      • l

        public Set<A> l()
        Specified by:
        l in class Set<A>
      • r

        public Set<A> r()
        Specified by:
        r in class Set<A>
      • head

        public A head()
        Specified by:
        head in class Set<A>