Interface ValueIterationAdapter<N,T>
- All Known Implementing Classes:
ValueIterationAdapterImpl
public interface ValueIterationAdapter<N,T>
-
Method Summary
Modifier and TypeMethodDescription<V> @NotNull ValueIterationAdapter
<N, V> andThen
(ValueIterationAdapter<? super T, V> after) @NotNull ValueIterationAdapter
<N, T> compose
(ValueIterationAdapter<? super N, N> before) @NotNull ValueIterationConsumerAdapter
<N, T>
-
Method Details
-
getConsumerAdapter
-
andThen
-
compose
-