| Interface | Description |
|---|---|
| LBiConsumer<T1,T2> |
Non-throwing functional interface (lambda) LBiConsumer for Java 8.
|
| LBiConsumer.LObj1Obj0Cons<T2,T1> |
Permutation of LBiConsumer for method references.
|
| LConsumer<T> |
Non-throwing functional interface (lambda) LConsumer for Java 8.
|
| LTriConsumer<T1,T2,T3> |
Non-throwing functional interface (lambda) LTriConsumer for Java 8.
|
| LTriConsumer.LBiObj1Obj0Cons<T3,T2,T1> |
Permutation of LTriConsumer for method references.
|
| LTriConsumer.LObj0Obj2Obj1Cons<T1,T3,T2> |
Permutation of LTriConsumer for method references.
|
| LTriConsumer.LObj1BiObj2Cons<T2,T1,T3> |
Permutation of LTriConsumer for method references.
|
| LTriConsumer.LObj1Obj2Obj0Cons<T2,T3,T1> |
Permutation of LTriConsumer for method references.
|
| LTriConsumer.LObj2Obj0Obj1Cons<T3,T1,T2> |
Permutation of LTriConsumer for method references.
|
| Class | Description |
|---|---|
| LBiConsumer.LBiConsumerSingle<T1,T2> | |
| LConsumer.LConsumerSingle<T> | |
| LTriConsumer.LTriConsumerSingle<T1,T2,T3> |
Copyright © 2019. All rights reserved.