Package | Description |
---|---|
javaslang | |
javaslang.control |
Modifier and Type | Method and Description |
---|---|
default <V> Function7<T1,T2,T3,T4,T5,T6,T7,V> |
Function7.andThen(Function<? super R,? extends V> after)
Returns a composed function that first applies this Function7 to the given argument and then applies
Function
after to the result. |
default Function7<T2,T3,T4,T5,T6,T7,T8,R> |
Function8.apply(T1 t1)
Applies this function partially to one argument.
|
static <T1,T2,T3,T4,T5,T6,T7,R> |
CheckedFunction7.lift(CheckedFunction7<T1,T2,T3,T4,T5,T6,T7,R> partialFunction)
Lifts the given
partialFunction into a total function that returns an Option result. |
static <T1,T2,T3,T4,T5,T6,T7,R> |
Function7.lift(Function7<T1,T2,T3,T4,T5,T6,T7,R> partialFunction)
Lifts the given
partialFunction into a total function that returns an Option result. |
default Function7<T1,T2,T3,T4,T5,T6,T7,R> |
Function7.memoized() |
static <T1,T2,T3,T4,T5,T6,T7,R> |
Function7.of(Function7<T1,T2,T3,T4,T5,T6,T7,R> methodReference)
|
default Function7<T7,T6,T5,T4,T3,T2,T1,R> |
Function7.reversed() |
Modifier and Type | Method and Description |
---|---|
static <T,T1,T2,T3,T4,T5,T6,T7,R> |
API.Case(API.Match.Pattern7<T,T1,T2,T3,T4,T5,T6,T7> pattern,
Function7<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? extends R> f) |
static <T1,T2,T3,T4,T5,T6,T7,R> |
Function7.lift(Function7<T1,T2,T3,T4,T5,T6,T7,R> partialFunction)
Lifts the given
partialFunction into a total function that returns an Option result. |
<U1,U2,U3,U4,U5,U6,U7> |
Tuple7.map(Function7<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,Tuple7<U1,U2,U3,U4,U5,U6,U7>> mapper)
Maps the components of this tuple using a mapper function.
|
static <T1,T2,T3,T4,T5,T6,T7,R> |
Function7.of(Function7<T1,T2,T3,T4,T5,T6,T7,R> methodReference)
|
<U> U |
Tuple7.transform(Function7<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? extends U> f)
Transforms this tuple to an object of type U.
|
<R> Iterator<R> |
API.For7.yield(Function7<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? extends R> f)
Yields a result for elements of the cross product of the underlying Iterables.
|
Modifier and Type | Method and Description |
---|---|
<R> Validation<List<E>,R> |
Validation.Builder7.ap(Function7<T1,T2,T3,T4,T5,T6,T7,R> f) |
Copyright © 2016. All Rights Reserved.