Class Just<T>

java.lang.Object
org.dmfs.jems2.iterable.Just<T>
All Implemented Interfaces:
Iterable<T>

public final class Just<T> extends Object implements Iterable<T>
An Iterable which iterates a single value.
  • Constructor Details

    • Just

      public Just(T value)
    • Just

      public Just(Single<T> single)
  • Method Details