public class Fn extends Object
| Constructor and Description |
|---|
Fn() |
| Modifier and Type | Method and Description |
|---|---|
static <I,O> Function<I,O> |
compose(Function... functions) |
static Closure<Success> |
expectSuccess() |
static Object |
object()
Creates an object with a unique identity.
|
public static final Object object()
Creates an object with a unique identity. The object will only be equal to itself.
Copyright © 2017. All rights reserved.