Package ml.karmaconfigs.api.common.utils
Interface TriConsumer<T,U,V>
- Type Parameters:
T- the first type consumerU- the second type consumerV- the third type consumer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Karma triple consumer
-
Method Summary
-
Method Details
-
accept
Accept the objects- Parameters:
paramT- the first typeparamU- the second typeparamV- the third type
-
andThen
Do something after that consumer- Parameters:
after- the next consumer- Returns:
- a new consumer
-