Interface ValueGetter.LongBuilder
-
- Enclosing class:
- ValueGetter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface protected static interface ValueGetter.LongBuilder
Builder for a long from a byte sequence.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetLong(long b1, long b2, long b3, long b4, long b5, long b6, long b7, long b8)Get a long.
-