Package io.grpc.alts.internal
Interface TsiFrameProtector.Consumer<T>
-
- Enclosing interface:
- TsiFrameProtector
public static interface TsiFrameProtector.Consumer<T>
A mirror of java.util.function.Consumer without the Java 8 dependency.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T t)
-
-
-
Method Detail
-
accept
void accept(T t)
-
-