Uses of Class
org.aksw.commons.io.util.channel.ReadableByteChannelWithConditionalBound
Packages that use ReadableByteChannelWithConditionalBound
-
Uses of ReadableByteChannelWithConditionalBound in org.aksw.commons.io.util.channel
Fields in org.aksw.commons.io.util.channel with type parameters of type ReadableByteChannelWithConditionalBoundModifier and TypeFieldDescriptionprotected ThrowingPredicate<? super ReadableByteChannelWithConditionalBound<T>>ReadableByteChannelWithConditionalBound.testForEofConstructor parameters in org.aksw.commons.io.util.channel with type arguments of type ReadableByteChannelWithConditionalBoundModifierConstructorDescriptionReadableByteChannelWithConditionalBound(T delegate, ThrowingPredicate<? super ReadableByteChannelWithConditionalBound<T>> testForEof)