Package | Description |
---|---|
javaslang |
Modifier and Type | Method and Description |
---|---|
default <V> Function0<V> |
Function0.andThen(Function<? super R,? extends V> after)
Returns a composed function that first applies this Function0 to the given argument and then applies
Function
after to the result. |
default Function0<R> |
Function0.curried() |
static <R> Function0<Option<R>> |
CheckedFunction0.lift(CheckedFunction0<R> partialFunction)
Lifts the given
partialFunction into a total function that returns an Option result. |
static <R> Function0<Option<R>> |
Function0.lift(Function0<R> partialFunction)
Lifts the given
partialFunction into a total function that returns an Option result. |
default Function0<R> |
Function0.memoized() |
static <R> Function0<R> |
Function0.of(Function0<R> methodReference)
|
default Function0<R> |
Function0.reversed() |
Modifier and Type | Method and Description |
---|---|
static <R> Function0<Option<R>> |
Function0.lift(Function0<R> partialFunction)
Lifts the given
partialFunction into a total function that returns an Option result. |
static <R> Function0<R> |
Function0.of(Function0<R> methodReference)
|
Copyright © 2016. All Rights Reserved.