public class ByteTryParser extends Object implements Function<String,Optional<Byte>>
ByteTryParser(int radix)
Optional<Byte>
apply(String parsee)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public ByteTryParser(int radix)
public Optional<Byte> apply(String parsee)
apply
Function<String,Optional<Byte>>
Copyright © 2017. All rights reserved.