E - public final class ImmutableRef<E> extends Object implements java.util.function.Supplier<E>
Ref interface.| Constructor and Description |
|---|
ImmutableRef(E object) |
| Modifier and Type | Method and Description |
|---|---|
E |
get() |
static <E> java.util.function.Supplier<E> |
of(E object) |
public ImmutableRef(E object)
public E get()
get in interface java.util.function.Supplier<E>public static <E> java.util.function.Supplier<E> of(E object)
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.