Class Just<T>

java.lang.Object
org.dmfs.jems2.single.Just<T>
All Implemented Interfaces:
Fragile<T,RuntimeException>, Single<T>

public final class Just<T> extends Object implements Single<T>
The most simple Single there is. It takes a value and returns exactly the same value on request.
  • Constructor Details

    • Just

      public Just(T value)
  • Method Details