Class Gosling.Out<T>

  • Enclosing class:
    Gosling

    public static final class Gosling.Out<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Out()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get()  
      boolean isEmpty()  
      void set​(T value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Out

        public Out()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • get

        public T get()
      • set

        public void set​(T value)